module Map: Batteries.Map.Make(sig type t = Clock.Time.t val compare : t -> t -> intend)
Batteries.Map.Make
(
sig
type t = Clock.Time.t
Clock.Time.t
val compare : t -> t -> int
t -> t -> int
end
)