On Tuesday, November 10, 2015 at 10:38:35 PM UTC-5, Alex Knauth wrote:
> Ok, I just opened https://github.com/racket/racket/pull/1133, which fixes 
> this so that syntax-rules still works.

Awesome!

 
> > On Nov 10, 2015, at 6:19 PM, Alex Knauth <alex...@knauth.org> wrote:
> > This works though:
> > (define-syntax ~maybe
> >  (pattern-expander
> >   (lambda (stx)
> >     (syntax-case stx ()
> >       [(~maybe pat ...)
> >        #'(~optional (~seq pat ...))]))))

Oh yeah, I guess I should have tried that out of the gate.

-- 
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