Module Clock.Interval

module Interval: sig .. end

include struct ... end
val usec : float -> t
microseconds to .
val msec : float -> t
milliseconds to .
val sec : outer_t -> t
seconds to .
val min : float -> t
minutes to .
val hour : float -> t
hours to .
val compare : t -> t -> int
Custom comparison function so that we can change time representation more easily in the future.
val add : t -> t -> t
Adds two intervals.