val equal : t -> t -> Ppx_deriving_runtime.boolinclude Ppx_sexp_conv_lib.Sexpable.S with type t := t
val t_of_sexp : Sexplib0__.Sexp.t -> tval sexp_of_t : t -> Sexplib0__.Sexp.tval disjoint_union_exn : t -> t -> tval disjoint : t -> t -> boolval to_interval : t -> Interval.t Core_kernel.Or_error.tval right_endpoint : t -> int optionval left_endpoint : t -> int optionval canonicalize : t -> tval invariant : t -> unitval gen : t Core_kernel.Quickcheck.Generator.tval gen_from : ?min_size:int -> int -> t Core_kernel.Quickcheck.Generator.tval gen_disjoint_pair : (t * t) Core_kernel.Quickcheck.Generator.t