racket-r7rs
                                
                                 racket-r7rs copied to clipboard
                                
                                    racket-r7rs copied to clipboard
                            
                            
                            
                        Guards in R7RS
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.
I’m afraid I do not understand this bug report. Can you give an example of a program you think behaves incorrectly?