在本页中:
pretty-print

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.