ghc-monad-parallel 0.8
Parallel execution of monadic computations
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.
- Outputs:
out
- Website: https://hub.darcs.net/blamario/SCC.wiki/
- Licenses: Modified BSD
- Package source: gnu/packages/haskell-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install ghc-monad-parallel 0.8
as follows:
guix install ghc-monad-parallel@0.8
Or install the latest version:
guix install ghc-monad-parallel
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.