[racket] typesetting a macro in slideshow

From: Ismael Figueroa Palet (ifigueroap at gmail.com)
Date: Mon Sep 5 14:56:11 EDT 2011

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>

Posted on the users mailing list.