• Creates the instance of SemiGroup from the instances of 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 SemiGroup<These<A, B>>

    The instance of SemiGroup for These<A, B>.

Generated using TypeDoc