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

    Type Parameters

    • S

    • W

    Parameters

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

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

Generated using TypeDoc