Updating template example re eli changes

svn: r12177
This commit is contained in:
Jay McCarthy 2008-10-30 14:32:51 +00:00
parent 531d85f973
commit 109be3ebf1

View File

@ -47,8 +47,7 @@
(syntax-rules ()
[(_ e) e]
[(_ e ...)
; XXX If scribble/text shared "show", then I would use it here
(begin (display e) ...)]))
(begin (text:output e) ...)]))
(define t list)
(define-syntax in