module Color: sig .. end
type 
| | | Black | 
| | | Red | 
| | | Green | 
| | | Yellow | 
| | | Blue | 
| | | Magenta | 
| | | Cyan | 
| | | White | 
type 
val ansi_of_style_l : style list -> string
type 
}
val default_styles : styles
val get_styles : unit -> styles
val set_styles : styles -> unit
type 
val setup : setting option -> unit
val set_color_tag_handling : Format.formatter -> unit
The present documentation is copyright Institut National de Recherche en Informatique et en Automatique (INRIA). A complete version can be obtained from 
this page.