K 10 svn:author V 3 pgj K 8 svn:date V 27 2012-06-03T18:57:20.000000Z K 7 svn:log V 586 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 IVars. 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. WWW: https://github.com/simonmar/monad-par Obtained from: FreeBSD Haskell END