package incremental

  1. Overview
  2. Docs
include module type of struct include Core.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
module Alarm_precision = Core.Timing_wheel_ns.Alarm_precision