Module Incremental_kernel__Import

include Core_kernel.Int.Replace_polymorphic_compare
include Base.Comparisons.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

compare t1 t2 returns 0 if t1 is equal to t2, a negative integer if t1 is less than t2, and a positive integer if t1 is greater than t2.

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 ‑> Base.Sexp.t) ‑> Base.Sexp.t
val sexp_of_time_ns : (Core_kernel.Time_ns.t ‑> Base.Sexp.t) Core_kernel.ref
val sexp_of_time_ns_span : (Core_kernel.Time_ns.Span.t ‑> Base.Sexp.t) Core_kernel.ref
module Time_ns : sig ... end
module Array : sig ... end