Function
Specifies the indentation to use within the current logical block.
pprint-indent relative-to n stream => ()
#"block" or #"current".
<fixed-integer>.
<stream>.
io
pprint
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.