Module QCheck_base_runner.Color

Utils for colored output

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