Module Misc.Color
type color=|Black|Red|Green|Yellow|Blue|Magenta|Cyan|Whitetype style=|FG of color|BG of color|Bold|Reset
val ansi_of_style_l : style list -> string
val setup : setting option -> unitval set_color_tag_handling : Stdlib.Format.formatter -> unit