• The instance of Monad for ContT<R, M, _>.

    Type Parameters

    • R

    • M

    Returns Monad<ContTHkt & {
        arg3: R;
    } & {
        arg2: M;
    }>

Generated using TypeDoc