pretty-print bug for hash tables fixed
svn: r290
This commit is contained in:
parent
322b1b312a
commit
6f16af82f2
|
@ -668,9 +668,9 @@
|
|||
#f #f
|
||||
(lambda ()
|
||||
(out "#hash")
|
||||
(wr-lst (hash-table-map obj cons) #f depth))
|
||||
(parameterize ([print-hash-table #f])
|
||||
((if display? orig-display orig-write) obj pport))))]
|
||||
(wr-lst (hash-table-map obj cons) #f depth)))
|
||||
(parameterize ([print-hash-table #f])
|
||||
((if display? orig-display orig-write) obj pport)))]
|
||||
[(boolean? obj)
|
||||
(out (if obj "#t" "#f"))]
|
||||
[(number? obj)
|
||||
|
|
Loading…
Reference in New Issue
Block a user