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