effect-ts-folds
    Preparing search index...

    Function fanout

    • Run a pair of functions on the same value and return the result tuple.

      Type Parameters

      • A
      • B
      • C

      Parameters

      • ab: (a: A) => B
      • ac: (a: A) => C

      Returns (a: A) => [B, C]