abstract-par: Type classes generalizing the functionality of the 'monad-par' library.
The Par
monad(s) offer an alternative
parallel programming API to that provided by the
parallel
package.
A Par
monad allows the simple description of
parallel computations, and can be used to add
parallelism to pure Haskell code. The basic API
is straightforward: a Par
monad supports forking
and simple communication in terms of IVar
s.
This module is an interface module only. It
provides a number of type clasess, but not an
implementation. The type classes separate different
levels of Par
functionality. See the
Control.Monad.Par.Class module for more details.
The 'monad-par' library is one example of a
concrete library providing this interface.
Downloads
- abstract-par-0.3.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.3, 0.3.1, 0.3.3 |
---|---|
Dependencies | base (>=4 && <5), deepseq (>=1.1) [details] |
License | BSD-3-Clause |
Copyright | (c) Ryan Newton 2011-2012 |
Author | Ryan Newton |
Maintainer | Ryan Newton <rrnewton@gmail.com> |
Category | Control, Parallelism, Monads |
Home page | https://github.com/simonmar/monad-par |
Uploaded | by RyanNewton at 2012-05-07T14:59:03Z |
Distributions | Arch:0.3.3, Debian:0.3.3, Fedora:0.3.3, FreeBSD:0.3.3, LTSHaskell:0.3.3, NixOS:0.3.3, Stackage:0.3.3 |
Reverse Dependencies | 11 direct, 3712 indirect [details] |
Downloads | 53684 total (54 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] |