Print struct names without [].
svn: r11340
This commit is contained in:
parent
cff3200cf4
commit
79b4f2d078
|
@ -70,7 +70,7 @@
|
||||||
[(Univ:) (fp "Any")]
|
[(Univ:) (fp "Any")]
|
||||||
[(? has-name?) (fp "~a" (has-name? c))]
|
[(? has-name?) (fp "~a" (has-name? c))]
|
||||||
;; names are just the printed as the original syntax
|
;; 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)
|
[(App: rator rands stx)
|
||||||
(fp "~a" (cons rator rands))]
|
(fp "~a" (cons rator rands))]
|
||||||
;; special cases for lists
|
;; special cases for lists
|
||||||
|
|
Loading…
Reference in New Issue
Block a user