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