From: Stephen Tetley <stephen.tetley@gmail.com>
On 24 August 2010 13:00, John Lato <jwlato@gmail.com> wrote:
> This is how I think of them. I particularly your description of them as a
> foldl with a "pause" button.
> Maybe it would be helpful to consider iteratees along with delimited
> continuations?
Aren't they closer - in implementation and by supported operations -
to resumptions monads?
See many papers by William Harrison here:
http://www.cs.missouri.edu/~harrisonwl/abstracts.html
I'm not familiar with resumption monads. I'll have to read some of the papers and get back to you.
John