effect-ts-folds
    Preparing search index...

    Type Alias DistLeft<F, A, B, E, R, I>

    DistLeft: Folder<F, TupleWithTypeLambda<B>, A, E, R, I>

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

    Type Parameters

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