Hello,
I saw on the haskell wikibook that coroutines could be implemented by using continuations : http://en.wikibooks.org/wiki/Haskell/Continuation_passing_style#Example:_coroutines (unhappily, the section is empty)
Since I'm actually learning the wonders of continuations, I just wonder : how ?