On Mon, Jan 16, 2012 at 7:57 AM, Marijn <hk...@gentoo.org> wrote: > > ((_ ((id rule) ...)) > (with-syntax (((dep ...) (free-vars (expand #'(rule ...)))))
You need to use `local-expand', not `expand', here. Probably like this: (local-expand #'(rule ...) 'expression '()) -- sam th sa...@ccs.neu.edu ____________________ Racket Users list: http://lists.racket-lang.org/users