[plt-scheme] undefined identifiers after generating (require (all-except)) statement

From: Kimberley Burchett (kim.burchett at gmail.com)
Date: Wed Jul 26 20:45:48 EDT 2006

On 7/26/06, Matthew Flatt <mflatt at cs.utah.edu> wrote:
> Not the whole `require' form, but the `all-except' part.

Ah, I see.  I had assumed that since the "all-except" was mentioned as
part of the template, that it would be bound by the syntax macro, and
so would have been replaced with the same identifier from the input
syntax (just like the way "mod" is treated).  I'm guessing that the
reason that didn't happen is because "all-except" was part of the list
of literals passed to syntax-case.

Thanks for the clarification.
-- 
Kimberley Burchett
http://www.kimbly.com/


Posted on the users mailing list.