adjust arity to the global-port-print-handler so that its name is meaningful

This commit is contained in:
Robby Findler 2010-12-26 22:25:59 -06:00
parent 5828906585
commit 413c0489f2

View File

@ -488,7 +488,7 @@
(current-eval (drracket:debug:make-debug-eval-handler (current-eval)))]))
(global-port-print-handler
(λ (value port)
(λ (value port [depth 0])
(let-values ([(converted-value write?)
(call-with-values
(lambda () (simple-module-based-language-convert-value value setting))