@hackage polysemy-keyed-state0.1

Effect for a set of stateful values indexed by a type of keys

The KeyedState k effect provides access to a set of stateful values indexed by some key type k :: Type -> Type, where a key of type k a can be used to access a stateful value of type a.