@hackage linear-free0.3.0.0
Linear free monads
Categories
License
MIT
Maintainer
joosep.jaager@gmail.com
Links
Versions
Installation
Dependencies (2)
- base >=4.16 && <5
- linear-base ^>=0.5 Show all…
Dependents (0)
This package implements free monads on top of `linear-base`. Linear free monads are useful to implement domain specific languages that for example have to keep track of resources.