From 4f2d7949f03e1c198bc888f2d05f421d35c57e21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 9 Oct 2017 18:53:29 +0100 Subject: reinit the tree, so we can have metadata --- dev-haskell/abstract-par/metadata.xml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 dev-haskell/abstract-par/metadata.xml (limited to 'dev-haskell/abstract-par/metadata.xml') diff --git a/dev-haskell/abstract-par/metadata.xml b/dev-haskell/abstract-par/metadata.xml new file mode 100644 index 000000000000..0dd7f40405b4 --- /dev/null +++ b/dev-haskell/abstract-par/metadata.xml @@ -0,0 +1,28 @@ + + + + + haskell@gentoo.org + Gentoo Haskell + + + 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. + + + simonmar/monad-par + + -- cgit v1.2.3