Copyright | (c) 2016 Allele Dev; 2017 Ixperta Solutions s.r.o.; 2017 Alexis King |
---|---|
License | BSD3 |
Maintainer | Alexis King <[email protected]> |
Stability | experimental |
Portability | GHC specific language extensions. |
Safe Haskell | None |
Language | Haskell2010 |
Control.Monad.Freer.Fresh
Description
Composable handler for Fresh
effects. This is likely to be of use when
implementing De Bruijn naming/scopes.
Using http://okmij.org/ftp/Haskell/extensible/Eff1.hs as a starting point.