Module (chicken pretty-print)
This module has some procedures for pretty printing s-expressions.
pretty-print
[procedure] (pretty-print EXP [PORT])[procedure] (pp EXP [PORT])
Print expression nicely formatted. PORT defaults to the value of (current-output-port).
pretty-print-width
[parameter] pretty-print-widthSpecifies the maximal line-width for pretty printing, after which line wrap will occur.
Previous: Module (chicken port)
Next: Module (chicken process)