• Creates a new CatT with the wrapped context.

    Type Parameters

    • M

    Parameters

    • monad: Monad<M>

      The monad implementation for M.

    Returns (<CTX>(ctx) => CatT<M, CTX>)

    A new CatT.

      • <CTX>(ctx): CatT<M, CTX>
      • Type Parameters

        • CTX

        Parameters

        Returns CatT<M, CTX>

Generated using TypeDoc