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.

Reply via email to