monadfibre: Monad Transformer to provide Choice and Parallelism.

[ control, deprecated, library ] [ Propose Tags ]
Deprecated

This package defines a Monad Transformer called Fibre, which provides the underlying monad with Choice and Parallelism. Also included is a Class called MonadBi which acts as a superset of MonadTrans, and provides raise analogous to lift as well as lower, which goes the other way. Natural instances are provided for many Monad Transformers.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1, 0.1.1, 0.1.2, 0.1.2.1
Dependencies base (>=3 && <5), mtl, stm [details]
License LicenseRef-GPL
Author Anupam Jain
Maintainer ajnsit@gmail.com
Category Control
Uploaded by AnupamJain at 2011-09-21T02:15:14Z
Distributions NixOS:0.1.2.1
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 3243 total (17 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for monadfibre-0.1

[back to package description]
Monad Fibre (monadfibre-0.1)
============================

This package defines a Monad Transformer called Fibre, which provides the underlying monad with Choice and Parallelism.

Also included is a Class called @MonadBi@ which acts as a superset of MonadTrans, and provides raise analogous to lift as well as lower, which goes the other way.
Natural instances are provided for many Monad Transformers.