Module Incremental__.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 concat : ?⁠sep:string -> string list -> string
val tag : Core_kernel__.Import.string -> 'a -> ('a -> Ppx_sexp_conv_lib.Sexp.t) -> Ppx_sexp_conv_lib.Sexp.t
module Step_function = Incremental_step_function
module Time_ns : sig ... end
module Array : sig ... end
module Uopt : sig ... end
module Alarm_precision = Timing_wheel.Alarm_precision