From: Jens Axel Søgaard (jensaxel at soegaard.net) Date: Tue Nov 12 00:39:08 EST 2002 |
|
Chris Wright wrote: > but I want to see the expansion: > > > (expand (t '(1 2))) > #<syntax> > (expand-to-top-form (t '(1 2))) > #<syntax> > > Terrific :( > > How do I "see" the expansion? (syntax-object->datum (expand ...)) -- Jens Axel Søgaard
Posted on the users mailing list. |
|