package qcheck-core

  1. Overview
  2. Docs

Module QCheck_base_runner.ColorSource

Utils for colored output

Sourcetype color = [
  1. | `Red
  2. | `Yellow
  3. | `Green
  4. | `Blue
  5. | `Normal
  6. | `Cyan
]
Sourceval reset_line : string
Sourceval pp_str_c : ?bold:bool -> colors:bool -> color -> out_channel -> string -> unit