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 ‑> Pervasives.out_channel ‑> string ‑> unit