Type Alias: LetrecTypedBuilder<T>
LetrecTypedBuilder<
T> = (tie) =>LetrecValue<T>
Defined in: packages/fast-check/src/arbitrary/letrec.ts:34
Strongly typed type for the builder function passed to letrec.
You may want also want to use its loosely typed version LetrecLooselyTypedBuilder.
Type Parameters
| Type Parameter |
|---|
T |
Parameters
| Parameter | Type |
|---|---|
tie | LetrecTypedTie<T> |
Returns
LetrecValue<T>
Remarks
Since 3.0.0