@hackage changeset-reflex0.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
- changeset ==0.1.0.2
- dependent-map ^>=0.4
- monoid-extras ^>=0.6
- reflex >=0.8.2.1 && <0.10 Show all…
Dependents (0)
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.
This package exposes utilities to propagate changes along reflex
events.