Skip to main content

Type Alias: LetrecLooselyTypedBuilder<T>

LetrecLooselyTypedBuilder<T> = (tie) => LetrecValue<T>

Defined in: packages/fast-check/src/arbitrary/letrec.ts:51

Loosely typed type for the builder function passed to letrec. You may want also want to use its strongly typed version LetrecTypedBuilder.

Type Parameters

Type Parameter
T

Parameters

ParameterType
tieLetrecLooselyTypedTie

Returns

LetrecValue<T>

Remarks

Since 3.0.0