Module Stable.V1

val to_yojson : t -> Yojson.Safe.t
val of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or
val _ : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or
val bin_shape_t : Core_kernel.Bin_prot.Shape.t
val bin_size_t : t Core_kernel.Bin_prot.Size.sizer
val bin_write_t : t Core_kernel.Bin_prot.Write.writer
val bin_writer_t : t Core_kernel.Bin_prot.Type_class.writer
val __bin_read_t__ : ( int -> t ) Core_kernel.Bin_prot.Read.reader
val bin_read_t : t Core_kernel.Bin_prot.Read.reader
val bin_reader_t : t Core_kernel.Bin_prot.Type_class.reader
val bin_t : t Core_kernel.Bin_prot.Type_class.t
val version : int
val __versioned__ : unit
val t_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> t
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val hash_fold_t : Ppx_hash_lib.Std.Hash.state -> t -> Ppx_hash_lib.Std.Hash.state
val hash : t -> Ppx_hash_lib.Std.Hash.hash_value
val to_latest : 'a -> 'a
module T : sig ... end
val (>=) : T.t -> T.t -> bool
val (<=) : T.t -> T.t -> bool
val (=) : T.t -> T.t -> bool
val (>) : T.t -> T.t -> bool
val (<) : T.t -> T.t -> bool
val (<>) : T.t -> T.t -> bool
val equal : T.t -> T.t -> bool
val compare : T.t -> T.t -> int
val min : T.t -> T.t -> T.t
val max : T.t -> T.t -> T.t
val ascending : T.t -> T.t -> int
val descending : T.t -> T.t -> int
val between : T.t -> low:T.t -> high:T.t -> bool
val clamp_exn : T.t -> min:T.t -> max:T.t -> T.t
val clamp : T.t -> min:T.t -> max:T.t -> T.t Base__.Or_error.t
type comparator_witness = Core_kernel__Comparable.Make(T).comparator_witness
val comparator : ( T.t, comparator_witness ) Base__Comparator.comparator
val validate_lbound : min:T.t Base__.Maybe_bound.t -> T.t Base__.Validate.check
val validate_ubound : max:T.t Base__.Maybe_bound.t -> T.t Base__.Validate.check
val validate_bound : min:T.t Base__.Maybe_bound.t -> max:T.t Base__.Maybe_bound.t -> T.t Base__.Validate.check
module Replace_polymorphic_compare : sig ... end
module Map : sig ... end
module Set : sig ... end