• Make a product of two ContTs.

    Type Parameters

    • R

    • M

    • A

    Parameters

    • ca: ContT<R, M, A>

      The first ContT.

    Returns (<B>(cb) => ContT<R, M, [A, B]>)

    The product of ca and cb.

      • <B>(cb): ContT<R, M, [A, B]>
      • Type Parameters

        • B

        Parameters

        Returns ContT<R, M, [A, B]>

Generated using TypeDoc