Portability | non-portable (uses ghc extensions) |
---|---|
Stability | experimental |
Maintainer | ajnsit@gmail.com |
Control.Monad.Fibre
Description
This package defines Monadic functions which provide Choice and Parallelism - (<||&rt;) and (<&&&rt;) - that work on Monads that provide a (MonadBi m IO) instance.
Depends on the monadbi
library for extracting the IO actions from m. Also provides a good example of how to use the library.