pprint-indent

This function specifies the indentation to use within the current logical block.  When relative-to is #”block”, then pprint-indent sets the indentation to the column of the first character of the logical block plus n.  When relative-to is #”current”, then pprint-indent sets the indentation to the current column plus n.

Exported from

Modifiers

open

Arguments

relative-toOne of #”current”, #”block”.
nAn instance of <integer>.
streamAn instance of <stream>.
This function specifies the indentation to use within the current logical block.
This module and the Print module implement most of the pretty printing technology described by Richard C.
The class of integers.
The superclass of all stream classes.