module TimeUnit: sig .. end
sig
end
type t =
|
Nanoseconds
Microseconds
Milliseconds
Seconds
Minutes
Hours
Days
val convert : t -> t -> int64 -> int64
t -> t -> int64 -> int64