[Haskell-cafe] Looking for documentation on Control.Parallel.Strategies

Bjorn Bringert bringert at cs.chalmers.se
Fri Feb 16 16:26:21 EST 2007


On Feb 16, 2007, at 21:16 , Jefferson Heard wrote:

> Is there anything that documents this further than the Haddock  
> documentation
> available from Haskell.org or the GHC pages?  I've gotten some basic
> parallelism to work using parMap and using >|| and >|, but I had a  
> fold and a
> map that I could logically compute at the same time.
>
> ...

Maybe that's what you're looking at, but the darcs version has some  
more Haddock comments, see http://www.haskell.org/ghc/dist/current/ 
docs/libraries/base/Control-Parallel-Strategies.html

/Björn


More information about the Haskell-Cafe mailing list