• Combines two Theses with the instances of SemiGroup for A and B.

    Type Parameters

    • A

    • B

    Parameters

    • semiA: SemiGroup<A>

      The instance of SemiGroup for A.

    • semiB: SemiGroup<B>

      The instance of SemiGroup for B.

    Returns ((l, r) => These<A, B>)

    The combined These

Generated using TypeDoc