This package browser is in early development. Mind the rough edges.

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.

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.