• The instance of Functor for StateT<S, M, _>.

    Type Parameters

    • S

    • M

    Parameters

    Returns Functor<StateTHkt & {
        arg3: S;
    } & {
        arg2: M;
    }>

Generated using TypeDoc