Module Ecaml_value__.Import

val concat : ?⁠sep:Core_kernel.String.t -> Core_kernel.String.t list -> Core_kernel.String.t
val eprint_s : Core_kernel.Sexp.t -> Core_kernel__.Import.unit
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