package incremental_kernel

  1. Overview
  2. Docs
include module type of struct include Core_kernel.Int.Replace_polymorphic_compare end
val equal : Core_kernel.Int.t -> Core_kernel.Int.t -> bool
val compare : Core_kernel.Int.t -> Core_kernel.Int.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 debug : bool
val verbose : bool
val tag : Base.String.t -> 'a -> ('a -> Sexplib.Sexp.t) -> Sexplib.Sexp.t
module Time_ns : sig ... end
module Array : sig ... end