package tezt

  1. Overview
  2. Docs

Module Log.ColorSource

Sourcetype t
Sourceval apply : t -> string -> string

Apply a color to a string, and then reset colors.

Sourceval (++) : t -> t -> t

Combine two colors.

Example: Color.(bold ++ FG.red ++ BG.white)

Sourceval reset : t
Sourceval bold : t
Sourcemodule FG : sig ... end

Foreground colors.

Sourcemodule BG : sig ... end

Background colors.

OCaml

Innovation. Community. Security.