monad-parallel

Parallel execution of monadic computations

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

Version on this page:0.7.2.2
LTS Haskell 22.13:0.8
Stackage Nightly 2024-03-14: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.2.2@sha256:27af98d71a123a073c87e504f3eb77685ff561ee959079b166cd954a0aed24af,1148

Module documentation for 0.7.2.2

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.