[1 of 1] Compiling Main ( prog.hs, prog.o )
prog.hs:3:1: error:
Could not find module ‘Control.Parallel.Strategies’
Use -v to see a list of the files searched for.
|
3 | import Control.Parallel.Strategies
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Hi, is it possible to allow the use of libraries for parallelism and concurrency in Haskell?
For example: parallel [https://hackage.haskell.org/package/parallel-3.2.2.02].
Ideally, it would be nice to have all the libraries for parallelism and concurrency that are mentioned in “Parallel and Concurrent Programming in Haskell” [http://simonmar.github.io/pages/pcph.html4]