35 scheme/pretty
The scheme/pretty library re-exports racket/pretty, except that
pretty-write is exported under the name pretty-print
(and pretty-print from racket/pretty is not
exported).
(pretty-print v [port]) → void? v : any/c port : output-port? = (current-output-port)
An alias for pretty-write.