[Haskell-cafe] multi-core programming in Haskell

Neil Mitchell ndmitchell at gmail.com
Fri Aug 22 18:21:02 EDT 2008


Hi

> across increasing cores? (I am assuming that things like "par" construct are
> monadic).

http://haskell.org/hoogle/?q=par

Control.Parallel	par :: a -> b -> b

No monads :-)

Thanks

Neil


More information about the Haskell-Cafe mailing list