[racket] typesetting a macro in slideshow
I want to typeset a macro in slideshow, and I did something like this:
(slide
#:title "Title"
(typeset-code
#'(define-syntax A
(syntax-rules ()
((A s ...) s)))))
but I get the error: "syntax: no pattern variables before ellipses in
template in: ..."
is it possible to typeset? how should it be done?
Thanks
--
Ismael
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20110905/7f883a32/attachment.html>