• Creates the instance of Functor for StoreT with the functor W.

    Type Parameters

    • S

    • W

    Parameters

    • functor: Functor<W>

      The instance of Functor for W.

    Returns Functor<StoreTHkt & {
        arg2: W;
    } & {
        arg3: S;
    }>

    The instance of Functor for StoreT<S, W, _>.

Generated using TypeDoc