| Copyright | Allele Dev 2016 |
|---|---|
| License | BSD-3 |
| Maintainer | allele.dev@gmail.com |
| Stability | experimental |
| Portability | POSIX |
| Safe Haskell | None |
| Language | Haskell2010 |
Control.Monad.Freer.StateRW
Description
Composable handler for State effects in terms of Reader/Writer effects. This module is more a tutorial on how to compose handlers. It is slightly slower than a dedicated State handler.
Using http://okmij.org/ftp/Haskell/extensible/Eff1.hs as a starting point.