Dear Racket users of the #!r7rs modules, It seems to me that there is an error with R7RS' "guard" special form. The reference manual reads that "raise-continuable" is called with a raised object not handled by a "guard" special form. But, if I try:
(with-exception-handler (lambda (x) 'gotcha) (lambda () (guard (y) (raise 2019)))) I got an error. The same if "raise" is replaced by "raise-continuable" in the previous expression. Unless I miss some points? Thanks in advance for your answers, J.-M. Hufflen -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to racket-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.