Link Search Menu Expand Document

Field.Laws overview

Added in v1.0.0


Table of contents


utils

getFieldLaws

Signature

export declare const getFieldLaws: <A>(
  F: Ord<A> & Field<A>,
  arb: fc.Arbitrary<NonZero<A>>
) => Record<string, fc.IProperty<unknown>>

Added in v1.0.0