effect-ts-folds
    Preparing search index...

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

    CVAlgebra: Folder<F, CofreeTypeLambda<F>, A, E, R, I>

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

    Type Parameters

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