• Creates a new CatT with the 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 extends Record<PropertyKey, unknown>

        Parameters

        • ctx: CTX

        Returns CatT<M, CTX>

Generated using TypeDoc