Hello,
I went up with reading the formal definitions of R7RS.
- p. 72, the definition of the auxiliary macro "guard-aux"; the 5th
clause reads:
((guard-aux reraise (test)) test)
It seems to me that the correct expansion should be:
((guard-aux reraise (test)) (or test reraise))
- p. 70, "define-values"; the 1st clause
((define-values () expr) ...)
seems to me to be useless, "define-values" cannot be used with an
empty list of variables, and no recursive call yields this situation;
_______________________________________________ Scheme-reports mailing list Scheme-reports@x http://lists.scheme-reports.org/cgi-bin/mailman/listinfo/scheme-reports