Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val color : bool ref
color
tells whether colors can be used in the output.
val color_code : color -> string
val string_of_color : color -> string
val color_of_string : string -> color
val mark_open_stag : (Format.stag -> string) -> Format.stag -> string
val mark_close_stag : (Format.stag -> string) -> Format.stag -> string
val update_with_color : Format.formatter -> unit
val pp :
((('a -> 'b -> 'c) -> 'b -> 'c, 'a, 'c) format ->
('d -> 'e, Format.formatter, unit) format) ->
'd ->
Format.formatter ->
'e