Motivation of my use case: I'm trying to implement...
# coroutines
h
Motivation of my use case: I'm trying to implement something very close to Haskell do notation, in which the continuation is called when the
>>=
implementation calls it, e.g. for
[a]
it's each item in the list.