package incremental

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