• Makes two PromiseTs into a PromiseT of tuple.

    Type Parameters

    • M

    Parameters

    • semi: SemiGroupal<M>

      The instance for SemiGroupal of M.

    Returns (<A>(a) => (<B>(b) => PromiseT<M, [A, B]>))

    The promise of product.

Generated using TypeDoc