effect-io-ai

Package: effect
Module: Arbitrary

Arbitrary.makeLazy

Returns a LazyArbitrary for the A type of the provided schema.

Signature

declare const makeLazy: <A, I, R>(schema: Schema.Schema<A, I, R>) => LazyArbitrary<A>

Source

Since v3.10.0