Language

Package: ghc-monad-par @ 0.3.5

Synopsis

Haskell library for parallel programming based on a monad

Description

The Par monad offers an API for parallel programming. The library works for parallelising both pure and IO computations, although only the pure version is deterministic. The default implementation provides a work-stealing scheduler and supports forking tasks that are much lighter weight than IO-threads.

Home page
https://github.com/simonmar/monad-par
Location
gnu/packages/haskell-xyz.scm (line: 8191, column: 2)
License

Lint warnings

LinterMessageLocation
formatting

Look for formatting issues in the source

parentheses feel lonely, move to the previous or next line