Link Search Menu Expand Document

Semiring.Laws overview

Added in v1.0.0


Table of contents


utils

getSemiringLaws

Signature

export declare const getSemiringLaws: <A>(
  S: Eq<A> & Semiring<A>,
  arb: fc.Arbitrary<A>
) => Record<string, fc.IProperty<unknown>>

Added in v1.0.0