Deprecated

monadfibre

Monadic functions which provide Choice and Parallelism.

https://github.com/ajnsit/monadfibre

Latest on Hackage:0.1.2.1

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

LicenseRef-GPL licensed by Anupam Jain
Maintained by [email protected]

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.