LetrecValue<T>: {
    [K in keyof T]: Arbitrary<T[K]>
}

Type of the value produced by letrec

Type Parameters

  • T

Remarks

Since 3.0.0