[Bese-devel] Incorrect behavior with continuations.

William Halliburton whalliburton at gmail.com
Wed Aug 10 16:51:02 UTC 2005


Using the latest arnesi. (Same behavior with arnesi darcs from Aug 7).

Embedding a call/cc withing a with-call/cc does not seem to complete
the execution.

(with-call/cc 
 (call/cc (lambda (cc) ()))
 3)

returns nill but should return 3

Will



More information about the bese-devel mailing list