@hackage / monadfibre

Monadic functions which provide Choice and Parallelism.

Version Deprecated package0.1.2.1

About

Metadata

  • Last updated , by AnupamJain
  • License LicenseRef-GPL
  • Maintained by: ajnsit@gmail.com

  • Lottery factor: 0

Links

Installation

This package has been deprecated

Readme

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.