• Delimits the continuation of any shiftT inside M.

    Type Parameters

    • M

    Parameters

    • monad: Monad<M>

      The instance of Monad for M.

    Returns (<R, S>(contT) => ContT<S, M, R>)

    The delimited continuation.

      • <R, S>(contT): ContT<S, M, R>
      • Type Parameters

        • R

        • S

        Parameters

        Returns ContT<S, M, R>

Generated using TypeDoc