Module Incremental_kernel__.Import

include Core_kernel.Int.Replace_polymorphic_compare
include Base.Polymorphic_compare_intf.Infix
type t
val (>=) : t ‑> t ‑> bool
val (<=) : t ‑> t ‑> bool
val (=) : t ‑> t ‑> bool
val (>) : t ‑> t ‑> bool
val (<) : t ‑> t ‑> bool
val (<>) : t ‑> t ‑> bool
val equal : t ‑> t ‑> bool
val compare : t ‑> t ‑> int

-1 means "less than", 0 means "equal", 1 means "greater than", and other values should not be returned

val min : t ‑> t ‑> t
val max : t ‑> t ‑> t
val debug : bool
val verbose : bool
val concat : ?sep:Core_kernel.String.t ‑> Core_kernel.String.t list ‑> Core_kernel.String.t
val tag : Core_kernel__.Import.string ‑> 'a ‑> ('a ‑> Sexplib.Sexp.t) ‑> Sexplib.Sexp.t
val sexp_of_time_ns : (Core_kernel.Time_ns.t ‑> Sexplib.Sexp.t) Core_kernel.ref
val sexp_of_time_ns_span : (Core_kernel.Time_ns.Span.t ‑> Sexplib.Sexp.t) Core_kernel.ref
module Time_ns : sig ... end
module Array : sig ... end