effect-ts-folds
    Preparing search index...

    Function fanin

    • Convert a pair of functions into a function that runs the first on left and the second on right.

      Type Parameters

      • A
      • B
      • C

      Parameters

      • ba: (b: B) => A
      • ca: (c: C) => A

      Returns (ei: Either<C, B>) => A