• Duplicates the store into StoreT with comonad W.

    Type Parameters

    • W

    Parameters

    • comonad: Comonad<W>

      The instance of Comonad for W.

    Returns (<S, A>(store) => StoreT<S, W, StoreT<S, W, A>>)

    The duplicated store.

Generated using TypeDoc