Great, thanks!

On Wed, Apr 10, 2019 at 6:35 AM Sorawee Porncharoenwase <
sorawee.pw...@gmail.com> wrote:

> Use either (... ...) or (quote-syntax ...).
>
> See https://stackoverflow.com/a/38276476/718349
>
> On Wed, Apr 10, 2019 at 3:23 AM David Storrs <david.sto...@gmail.com>
> wrote:
>
>> Assuming I would like a macro to generate a match statement, like the
>> following:
>>
>> (match foo
>>       [(list (vector x y z) ...)  <stuff>])
>>
>> '...' already has a meaning for a syntax transformer and I'm not sure how
>> to tell it "no, this one should be inserted literally".  I tried putting it
>> into a binding so that I could use the binding instead of a literal '...',
>> but this isn't legal syntax:   #:with repeat #'...
>>
>> What is the right way to do this?
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Racket Users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to racket-users+unsubscr...@googlegroups.com.
>> For more options, visit https://groups.google.com/d/optout.
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to