adjust arity to the global-port-print-handler so that its name is meaningful
This commit is contained in:
parent
5828906585
commit
413c0489f2
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue
Block a user