Module Types.LocMap

module LocMap: Map.Make(sig
type t = Types.loc 
val compare : 'a -> 'a -> int
end)