Thanks, that does the trick!
-Philip
On Wed, Apr 26, 2017 at 6:27 PM, Matthew Flatt wrote:
> The `all-defined-out` macro supports a trick that several non-hygienic
> macros use: it uses the scopes on the parentheses around
> `all-defined-out` non-hygienically, instead of the scopes on the
> ide
The `all-defined-out` macro supports a trick that several non-hygienic
macros use: it uses the scopes on the parentheses around
`all-defined-out` non-hygienically, instead of the scopes on the
identifier.
So, in place of
(datum->syntax stx '(all-defined-out)))
you can use
(datum->syntax stx `
2 matches
Mail list logo