1. Module (chicken pretty-print)
    1. pretty-print
    2. pretty-print-width

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-width

Specifies the maximal line-width for pretty printing, after which line wrap will occur.


Previous: Module (chicken port)

Next: Module (chicken process)