Function
Announces a tab to the pretty printer.
pprint-tab kind colnum colinc stream => ()
#"line", #"line-relative", #"section", #"section-relative".
<fixed-integer>.
<fixed-integer>.
<stream>.
io
pprint
Announces a tab to the pretty printer. The colnum and colinc arguments have meaning based on the value of kind:
#"line"
#"line-relative"Output colnum spaces. Then output enough spaces to tab to a column that is a multiple of colinc from the beginning of the line.
#"section"#"line", but column counting is relative to the beginning of the current section rather than the beginning of the line.
#"section-relative" Similar to #"line-relative", but column counting is relative to the beginning of the current section rather than the beginning of the line.