type t
=
|
Ansi
Ascii
Html
Ascii is Ansi with no styles.
include sig ... end
val t_of_sexp : Base.Sexp.t ‑> t
val sexp_of_t : t ‑> Base.Sexp.t
val implies_unrefined : t ‑> bool