Interface StoreT<S, W, A>

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

Type Parameters

  • S

  • W

  • A

Hierarchy

  • StoreT

Properties

Properties

accessor: Instance<Apply1<W, ((s) => A)>>
index: S

Generated using TypeDoc