monad-parallel

Parallel execution of monadic computations

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

Version on this page:0.7.2.3
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.3@sha256:9d5ff3e057603bf0b999ccbe46835a20403f6e86ecac5e4ea893b8b72e05486e,1155

Module documentation for 0.7.2.3

Used by 1 package in nightly-2019-01-23(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.