monad-parallel

Parallel execution of monadic computations

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

Version on this page:0.7.1.4
LTS Haskell 22.17:0.8
Stackage Nightly 2024-04-20: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.4@sha256:384e4d385b574e227f3493ad96fa191d0ecdd9e55c4e411d5af11a3d7ef0b384,1179

Module documentation for 0.7.1.4

Used by 1 package in nightly-2015-08-26(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.