monadfibre: Monadic functions which provide Choice and Parallelism.

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

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.


[Skip to Readme]

Modules

[Index]

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), monadbi (>=0.1 && <1.0) [details]
License LicenseRef-GPL
Author Anupam Jain
Maintainer ajnsit@gmail.com
Category Control
Home page https://github.com/ajnsit/monadfibre
Source repo head: git clone http://github.com/ajnsit/monadfibre
this: git clone http://github.com/ajnsit/monadfibre/tree/v0.1.2.1(tag v0.1.2.1)
Uploaded by AnupamJain at 2011-09-22T12:41:11Z
Distributions NixOS:0.1.2.1
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 3224 total (14 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.2.1

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

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


Changelog
=========

0.1.2.1 : Removed dependency on STM

0.1.2 : Moved MonadBi to a separate library (monadbi). This library provides a good example of how to use MonadBi.

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