Copyright | Allele Dev 2016 |
---|---|
License | BSD-3 |
Maintainer | [email protected] |
Stability | experimental |
Portability | POSIX |
Safe Haskell | None |
Language | Haskell2010 |
Control.Monad.Freer.Trace
Description
Composable handler for Trace effects. Trace allows one to debug the operation of sequences of effects by outputing to the console.
Using http://okmij.org/ftp/Haskell/extensible/Eff1.hs as a starting point.