module Rformat:sig..end
val epsilon : float
val get_time : float array -> float -> intget_time T t returns k such that T[k-1] <= t <= T[k],
T is extended with T[-1]=0 and T[N]=+oo.
val pp_time : Stdlib.Format.formatter -> float -> unitPretty print time in hour, minutes, seconds, or milliseconds, as appropriate
val pp_time_range : float array -> Stdlib.Format.formatter -> float -> unit
type command =
| |
CMD of |
| |
ARG of |
| |
TEXT |
val command : string -> command
val pretty : (Stdlib.Format.formatter -> string -> string -> unit) ->
Stdlib.Format.formatter -> string -> unit