Print struct names without [].

svn: r11340

original commit: 79b4f2d078f09f89ecc5a12d0fc179bb4ffb77c5
This commit is contained in:
Sam Tobin-Hochstadt 2008-08-19 19:40:38 +00:00
parent 5cf33a8aff
commit 84dd8c4d51

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