type t = private Base.Int63.tval sexp_of_t : t -> Sexplib0.Sexp.tinclude Flags.S with type t := t
val t_of_sexp : Sexplib0__.Sexp.t -> tval sexp_of_t : t -> Sexplib0__.Sexp.tval typerep_of_t : t Typerep_lib.Std_internal.Typerep.tval typename_of_t : t Typerep_lib.Typename.tval (>=) : t -> t -> boolval (<=) : t -> t -> boolval (<>) : t -> t -> boolval equal : t -> t -> boolval compare : t -> t -> intval ascending : t -> t -> intval descending : t -> t -> intval between : t -> low:t -> high:t -> boolval clamp_exn : t -> min:t -> max:t -> tval clamp : t -> min:t -> max:t -> t Base__.Or_error.tval validate_lbound : min:t Core__.Maybe_bound.t -> t Validate.checkval validate_ubound : max:t Core__.Maybe_bound.t -> t Validate.checkval validate_bound :
min:t Core__.Maybe_bound.t ->
max:t Core__.Maybe_bound.t ->
t Validate.checkval to_int_exn : t -> intval intersect : t -> t -> tval do_intersect : t -> t -> boolval are_disjoint : t -> t -> boolval is_subset : t -> of_:t -> boolval to_string : t -> Base.string