Type alias Store<S, A>

Store<S, A>: StoreT<S, IdentityHkt, A>

The store comonad, the object holding the index S and accessor (s: S) => A.

Type Parameters

  • S

  • A

Generated using TypeDoc