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