chickadee » chicken » pretty-print

Module (chicken pretty-print)

This module has some procedures for pretty printing s-expressions.

pretty-print

pretty-print EXP #!optional PORTprocedure
pp EXP #!optional PORTprocedure

Print expression nicely formatted. PORT defaults to the value of (current-output-port).

pretty-print-width

pretty-print-widthparameter

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


Previous: Module (chicken port)

Next: Module (chicken process)

Contents »