package pplumbing

  1. Overview
  2. Docs

Module Err.Color_modeSource

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

Return an uncapitalized string representing the variant constructor.

OCaml

Innovation. Community. Security.