package incremental_kernel

  1. Overview
  2. Docs
include module type of struct include Core_kernel.Int.Replace_polymorphic_compare end
include Base.Polymorphic_compare_intf.Infix with type t := int
val (>=) : int -> int -> bool
val (<=) : int -> int -> bool
val (=) : int -> int -> bool
val (>) : int -> int -> bool
val (<) : int -> int -> bool
val (<>) : int -> int -> bool
val equal : int -> int -> bool
val compare : int -> int -> int

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

val min : int -> int -> int
val max : int -> int -> int
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