Print struct names without [].
svn: r11340 original commit: 79b4f2d078f09f89ecc5a12d0fc179bb4ffb77c5
This commit is contained in:
parent
5cf33a8aff
commit
84dd8c4d51
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user