effect-ts-folds
    Preparing search index...

    Type Alias RAlgebra<F, A, E, R, I>

    RAlgebra: Folder<F, ProductTypeLambda<F>, A, E, R, I>

    Same as Algebra except the A type on the left hand side is replaced with a tuple of Fix<F> and A. A function of the type: (fa: F<[Fix<F, E, R, I>, A], E, R, I>) ⇒ A.

    Type Parameters

    • F extends HKT.TypeLambda
    • A
    • E = unknown
    • R = unknown
    • I = never