monadfibre: This package defines Monadic functions which provide Choice and Parallelism - (<||>) and (<&&>).

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

This package defines Monadic functions which provide Choice and Parallelism - (||) and (&&) - that work on Monads that provide a (MonadBi m ()) instance. 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-21T04:30:04Z
Distributions NixOS:0.1.2.1
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 3243 total (19 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.1

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

This package defines Monadic functions which provide Choice and Parallelism - (<||>) and (<&&>) - that work on Monads that provide a (MonadBi m ()) instance.

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.


Changelog
=========

0.1.1 : Removed @Fibre@ monad transformer. Instead only two functions (<||>) and (<&&>) are provided that work on Monads that provide a (MonadBi m ()) instance.

0.1 : Intial release