@hackage / abstract-par

Type classes generalizing the functionality of the 'monad-par' library.

Latest0.3.3

About

Metadata

  • Last updated , by RyanNewton
  • License BSD-3-Clause
  • Categories Parallelism, Monads
  • Maintained by: Ryan Newton <rrnewton@gmail.com>

  • Lottery factor: 0

Links

Installation

Readme

The Par monad offers a parallel programming API based on dataflow programming. To use the Par monad, install the monad-par package, which includes this package as a dependency.

This package is an abstract interface 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.