On Friday, March 10, 2017 at 10:43:25 AM UTC-8, Stephen Chang wrote:
> 
> (define-provide-syntax my-out
>   (syntax-parser
>     [(_ name:id)
>      #:with mk-name (format-id #'name "make-~a" #'name)
>      #'(combine-out name mk-name)]))
> 

That does it. I guess define-provide-syntax *is* up to the job.

Thanks,
Dan

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