type t
include sig ... end
val sexp_of_t : t ‑> Base.Sexp.t
val compare : t ‑> t ‑> int
val to_int : t ‑> int
to_int t must be >= 0, otherwise create_ok will raise.
to_int t
create_ok
val of_int_exn : int ‑> t