module Color: sig .. end
sig
end
type color = [ `Blue | `Cyan | `Green | `Normal | `Red | `Yellow ]
[ `Blue | `Cyan | `Green | `Normal | `Red | `Yellow ]
val reset_line : string
string
val pp_str_c : ?bold:bool -> colors:bool -> color -> Pervasives.out_channel -> string -> unit
?bold:bool -> colors:bool -> color -> Pervasives.out_channel -> string -> unit