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
_________________________________________________
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/users

Reply via email to