@hackage changeset0.1.0.2
Stateful monad transformer based on monoidal actions
Categories
License
MIT
Maintainer
programming@manuelbaerenz.de
Links
Versions
Installation
Dependencies (7)
- base >=4.12 && <4.22
- containers >=0.6 && <0.8
- mtl ^>=2.2.2
- transformers >=0.5.6.2 && <0.7
- mmorph >=1.1 && <1.3
- monoid-extras ^>=0.6 Show all…
Dependents (3)
@hackage/changeset-reflex, @hackage/changeset-containers, @hackage/changeset-lens
Package Flags
dev
(off by default)
Enable warnings as errors. Active on ci.
A general state monad transformer with separate types for the state and the possible changes.
It can be defined for any monoid action.
The monoid represents "changes", "updates", "edits" or "diffs" on the state.
The changeset
ecosystem has support for standard containers
and optics from lens
by providing the packages changeset-containers
and changeset-lens
.