Module Box.MarkerMap

module MarkerMap: Map.Make(sig
type t = Box.marker 
val compare : Box.marker -> Box.marker -> int
end)