Print struct names without [].

svn: r11340
This commit is contained in:
Sam Tobin-Hochstadt 2008-08-19 19:40:38 +00:00
parent cff3200cf4
commit 79b4f2d078

View File

@ -70,7 +70,7 @@
[(Univ:) (fp "Any")]
[(? has-name?) (fp "~a" (has-name? c))]
;; names are just the printed as the original syntax
[(Name: stx) (fp "[~a]" (syntax-e stx))]
[(Name: stx) (fp "~a" (syntax-e stx))]
[(App: rator rands stx)
(fp "~a" (cons rator rands))]
;; special cases for lists