Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Epictetus.Std_aligners
Sourcemodule SizedPPAligner :
Aligner_sig.ALIGNER with type contents = (Format.formatter -> unit) * int
A default ALIGNER in which contents are pretty-printers with the expected output size. Especially useful when using semantic tags or when printing ANSI escape sequences.
A default ALIGNER in which contents are pretty-printers with the expected output size. Especially useful when using semantic tags or when printing ANSI escape sequences. The size is computed by calling the pretty-printer. It would better be pure!
A default ALIGNER in which contents are string. Very straightforward.