package qcheck-core

  1. Overview
  2. Docs

Utils for colored output

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