
12 Sep
2010
12 Sep
'10
2:19 a.m.
On 9/11/10 10:36 PM, Ertugrul Soeylemez wrote:
It should print the string, if the computation isn't aborted, i.e. if the last continuation, which you specify as an argument to runContT is reached.
Greets, Ertugrul
That's true, it just seems to me like at that point the spirit of the continuation monad is being violated since the final continuation is never actually called. That isn't necessarily a big deal, but it is the kind of behavior that could bite someone if they weren't aware or forgot about it. Cheers, Greg