35 scheme/pretty
(require scheme/pretty) | package: scheme-lib |
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).
procedure
(pretty-print v [port]) → void?
v : any/c port : output-port? = (current-output-port)
An alias for pretty-write.