[Haskell-cafe] Re: How to abort a computation within Continuation Monad?

Gleb Alexeyev gleb.alexeev at gmail.com
Wed Nov 21 03:38:19 EST 2007


Derek Elkins wrote:

>>   As Derek Elkins has written, one of the options is to use delimited 
>> continuations, see 
>> http://research.microsoft.com/~simonpj/papers/control/ for Haskell 
>> implementation.
> 
> I made no such suggestion.

I didn't mean that you suggested using implementation referenced above.
But you suggested using 'control' which is obviously a delimited control 
operator and that is what I was trying to say.



More information about the Haskell-Cafe mailing list