Module Core_kernel.Timing_wheel_ns_intf.Timing_wheel.Time

type t
include sig ... end
val sexp_of_t : t ‑> Sexplib.Sexp.t
val compare : t ‑> t ‑> Core_kernel__.Import.int
module Span : sig ... end
include Comparable.Infix with type t := t
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
include Core_kernel__.Import.Equal.S with type t := t
type t
val epoch : t
val add : t ‑> Span.t ‑> t
val sub : t ‑> Span.t ‑> t