| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Control.Effects.Free.IO
Documentation
This module provides a mechanism to embed IO computations
into the effect monad. Note that the IO can only ever be at
the base of your stack (for the same reasons as with transformers).