This commit is contained in:
Matthew Flatt 2011-01-29 13:32:13 -06:00
parent 4090eabacb
commit e43fa461a4

View File

@ -135,8 +135,9 @@ integer.}
@defparam[current-print-convert-hook
hook
(any/c/ (any/c . -> . any/c)
(any/c . -> . any/c))]{
(any/c (any/c . -> . any/c)
(any/c . -> . any/c)
. -> . any/c)]{
Parameter that sets a procedure used by @scheme[print-convert] and
@scheme[print-convert-expr] to convert values. The procedure