• Maps and flattens the These by fn over These<A, _> with semi-group A.

    Type Parameters

    • A

    Parameters

    • semi: SemiGroup<A>

      The instance of SemiGroup for A.

    Returns (<T, U>(fn) => ((t) => These<A, U>))

    The mapped and flattened These.

      • <T, U>(fn): ((t) => These<A, U>)
      • Type Parameters

        • T

        • U

        Parameters

        Returns ((t) => These<A, U>)

Generated using TypeDoc