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