• Maps and flattens the tuple by a function f which maps from B to Tuple<A, C>. The first element is combined by the SemiGroup instance for A.

    Type Parameters

    • A

    Parameters

    • sg: SemiGroup<A>

      The SemiGroup instance for A.

    Returns (<B, C>(f) => ((tuple) => Tuple<A, C>))

    The composed tuple.

      • <B, C>(f): ((tuple) => Tuple<A, C>)
      • Type Parameters

        • B

        • C

        Parameters

        Returns ((tuple) => Tuple<A, C>)

Generated using TypeDoc