Dusan Kolar asked:

>    My question/wish is maybe naive, but anyway:
> Is there a library (not a language extension, like
> Concurrent Haskell, Glasgow Parallel Haskell, ...) enabling
> to run two functions in parallel, possibly in cascade?

I think the best you can get without language extensions is what is described
in Koen Claessen's Functional Pearl "A Poor Man's Concurrency Monad".  It's
really nice, but not exactly what you seem to want.  You can get that article
from http://www.cs.chalmers.se/~koen/publications.html


All the best
Christian Sievers
_______________________________________________
Haskell-Cafe mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to