type t
=
|
Switch of Base.bool
Int of Base.int
String of Base.string
val sexp_of_t : t ‑> Base.Sexp.t
val t_of_sexp : Base.Sexp.t ‑> t
val compare : t ‑> t ‑> Base.int