Module Clock.Map

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