polysemy-keyed-state
Version 0.1.1 revision 0 uploaded by kcsmnt0.
Package meta
- Synopsis
- Effect for a set of stateful values indexed by a type of keys
- Description
The
KeyedState k
effect provides access to a set of stateful values indexed by some key typek :: Type -> Type
, where a key of typek a
can be used to access a stateful value of typea
.- Author
- n/a
- Bug reports
- https://github.com/kcsmnt0/polysemy-keyed-state/issues
- Category
- BSD3, Library
- Copyright
- n/a
- Homepage
- https://github.com/kcsmnt0/polysemy-keyed-state#readme
- Maintainer
- Katie Casamento <kcsmnt0@gmail.com>
- Package URL
- n/a
- Stability
- experimental