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