type t
=
|
Switch
(** defined/undefined *)
Int
String
val sexp_of_t : t ‑> Base.Sexp.t
val t_of_sexp : Base.Sexp.t ‑> t
val compare : t ‑> t ‑> Base.int