Link Search Menu Expand Document

DivisionRing.Laws overview

Added in v1.0.0


Table of contents


utils

getDivisionRingLaws

Signature

export declare const getDivisionRingLaws: <A>(
  DR: Eq<A> & DivisionRing<A>,
  arb: fc.Arbitrary<NonZero<A>>
) => Record<string, fc.IProperty<unknown>>

Added in v1.0.0