Module Ppx_sedlex.StringMap

module StringMap: Stdlib.Map.Make(sig
type t = string 
val compare : 'a -> 'a -> int
end)