Hyperlinkv0.8.0-beta.28

Schema

Schema.LazyArbitrarytypeeffect/Schema.ts:13029
(fc: typeof FastCheck): FastCheck.Arbitrary<T>

A thunk that, given the fast-check module, returns an Arbitrary<T>. Use this type when you need to defer instantiation of the arbitrary, for example to support recursive schemas.

Arbitrary
export type LazyArbitrary<T> = (fc: typeof FastCheck) => FastCheck.Arbitrary<T>
Referenced by 1 symbols