[r6rs-discuss] expansion process and syntax-case?

William D Clinger will at ccs.neu.edu
Sun Jan 18 14:17:10 EST 2009


Per Bothner wrote:
> I.e. can a syntax-case macros make use of a function
> define in the same module or top-level?

Apparently not.  The workaround I have been using is to
define the procedure in a separate library and to import
it for expand.

Will



More information about the r6rs-discuss mailing list