Up
Module
Time
:
Timing_wheel_intf.Timing_wheel_time
with
type
t
=
Core_kernel.Time_ns.t
and
type
Span.t
=
Core_kernel.Time_ns.Span.t
Signature
type
t =
Core_kernel.Time_ns.t
val
sexp_of_t :
t
->
Sexplib.Sexp.t
val
compare :
t
->
t
-> 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
Equal.S
with
type
t
:=
t
type
t
val
equal :
t
Equal.equal
val
epoch :
t
val
add :
t
->
Span.t
->
t
val
sub :
t
->
Span.t
->
t