Module Err.Color_mode

type t = [
  1. | `Auto
  2. | `Always
  3. | `Never
]
val sexp_of_t : t -> Sexplib0.Sexp.t
val all : t list
val compare : t -> t -> int
val equal : t -> t -> bool
val to_string : t -> string

Return an uncapitalized string representing the variant constructor.