On Oct 22, 1:54 pm, jhaase <[email protected]> wrote: > (syntax-expand-1 id stx) procedure > syntax-expand1 expands the syntax stx once in the context of the > identifier id.
> (syntax-expanded? id stx) procedure > syntax-expanded? returns #t if the syntax given by stx is fully > expanded in the context of the identifier id. It returns #f otherwise. Ugh, I guess the id isn't needed, because this information is already contained ...
