Module QCheck_base_runner.Color

module Color: sig .. end

Utils for colored output


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