Err.Color_mode
type t = [
| `Auto
| `Always
| `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.