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 20.23:0.8
Stackage Nightly 2023-05-31:0.8
Latest on Hackage:0.8

See all snapshots monad-parallel appears in

BSD-3-Clause licensed by Mario Blazevic
Maintained by blamario@yahoo.com
This version can be pinned in stack with:monad-parallel-0.7.1.4@sha256:384e4d385b574e227f3493ad96fa191d0ecdd9e55c4e411d5af11a3d7ef0b384,1179

Module documentation for 0.7.1.4

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.