type t
= t
include sig ... end
val compare : t ‑> t ‑> int
val t_of_sexp : Base.Sexp.t ‑> t
val sexp_of_t : t ‑> Base.Sexp.t