• Lifts the instance of M with Monad.

    Type Parameters

    • M

    Parameters

    • monad: Monad<M>

      The instance of Monad for M.

    Returns (<R, A>(m) => ContT<R, M, A>)

    The computation wraps m.

      • <R, A>(m): ContT<R, M, A>
      • Type Parameters

        • R

        • A

        Parameters

        Returns ContT<R, M, A>

Generated using TypeDoc