Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
The Flags module contains types to modify how binary integers are printed.
type flags = {
padding : padding;
separators : bool;
prefix_non_zero : bool;
zero_printing : zero_printing;
}
flags
are passed to pretty printing functions to customize the output.
val default : flags
A default set of flags.