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

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.