Link Search Menu Expand Document

Ring.Laws overview

Added in v1.0.0


Table of contents


utils

getRingLaws

Signature

export declare const getRingLaws: <A>(R: Eq<A> & Ring<A>, arb: fc.Arbitrary<A>) => Record<string, fc.IProperty<unknown>>

Added in v1.0.0