Version: 0.3.1, Package name: hs-abstract-par-0.3.1 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Description 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. |
Filesize: 4.68 KB |
Version History (View Complete History) |
|
2016-01-20 09:20:44 by Matthias Kilian | Files touched by this commit (40) |
Log message: Bump after ghc changes. |
2015-12-20 04:24:57 by Matthias Kilian | Files touched by this commit (10) |
Log message: Adjust MODGHC_PACKAGE_KEY. |
2015-09-21 07:44:54 by Matthias Kilian | Files touched by this commit (2) |
Log message: Set MODGHC_PACKAGE_KEY and adjust plist. |
2014-11-25 15:11:05 by Matthias Kilian | Files touched by this commit (56) |
Log message: Update dependencies and plists and bump. |