monad-parallel

Parallel execution of monadic computations

http://trac.haskell.org/SCC/wiki/monad-parallel

Version on this page:0.7.1.3
LTS Haskell 22.18:0.8
Stackage Nightly 2024-04-27:0.8
Latest on Hackage:0.8

See all snapshots monad-parallel appears in

BSD-3-Clause licensed by Mario Blazevic
Maintained by [email protected]
This version can be pinned in stack with:monad-parallel-0.7.1.3@sha256:9fdcaa2e591f0287a65849de98f229cd25ade2c66bf619de0d4a22c5532f3974,1179

Module documentation for 0.7.1.3

Used by 1 package in nightly-2015-01-20(full list with versions):

This package defines classes of monads that can perform multiple executions in parallel and combine their results. For any monad that's an instance of the class, the package re-implements a subset of the Control.Monad interface, but with parallel execution.