racket-r7rs icon indicating copy to clipboard operation
racket-r7rs copied to clipboard

Guards in R7RS

Open jmhufflen opened this issue 6 years ago • 1 comments

Let us consider the R7RS document about the "guard" form: it reads that if a raised object is not caught by a "guard" form, "raise-continuable" is invoked on this object:

(guard (x) (raise 2019)) yields a non-continuable exception. The same if you replace "raise" by "raise-continuable".

Yours sincerely,

J.-M.

jmhufflen avatar Mar 21 '19 10:03 jmhufflen

I’m afraid I do not understand this bug report. Can you give an example of a program you think behaves incorrectly?

lexi-lambda avatar Feb 19 '22 16:02 lexi-lambda