Description
This library provides
folding capabilities over lists of concurrently evaluated elements,
a simple but convenient abstraction to concurrent programming in Haskell.
News
-
Jan 01 2012: Recent development version 0.9 has been released.
- Mar 01 2011: Recent development version 0.7 has been released.
- Jul 07 2010: Recent development version 0.6 has been released.
- Oct 27 2009: Early development version 0.5 has been released.
Requirements
Currently compiling requires the following software packages:
-
A decent version of the Glasgow Haskell Compiler (GHC)
-
Cabal, the common architecture for building applications
and libraries. Cabals usually comes (depending on the distribution) bundled with GHC.
Download
The latest version is available on
github.
Alternatively, you can download a
single tar file
of the current version or check out the
archive.
Installation
Thanks to cabal, installation should be as easy as
> cabal install
Documentation
Automatically generated source code documentation is available
here .
Contact
The main authors are
Martin Avanzini,
Georg Moser and
Andreas Schnabl.