use pretty-write when printing in write mode

This commit is contained in:
Robby Findler 2016-06-25 09:40:56 -05:00
parent c3322ca05d
commit f629545c2d

View File

@ -25,7 +25,7 @@
(port-write-handler
port
(λ (val port)
(do-printing pretty-print val port snip-handler))))
(do-printing pretty-write val port snip-handler))))
(define (set-interactive-print-handler port #:snip-handler [snip-handler #f])
(port-print-handler