• The instance of Functor for ReaderT<R, M, _>.

    Type Parameters

    • R

    • M

    Parameters

    Returns Functor<ReaderTHkt & {
        arg3: R;
    } & {
        arg2: M;
    }>

Generated using TypeDoc