@hackage phantom-state0.2.1.4
Phantom State Transformer. Like State Monad, but without values.
Categories
License
BSD-3-Clause
Maintainer
Daniel Casanueva (daniel.casanueva `at` proton.me)
Links
- Documentation
- No source repository
- Changelog
- Security
Versions
Installation
Dependencies (2)
- base >=4.7 && <5
- transformers >=0.3 Show all…
Dependents (2)
@hackage/binary-list, @hackage/acme-everything
A monad transformer that mimics the State Monad Transformer from the transformers package, but dropping the values. In those cases that you want to use the State Monad but you only care about effects and how the state changes, use this library to earn a plus of efficiency.