module MapTranslate: Map.Make(sig
Map.Make
(
sig
type t = GettextTypes.textdomain * GettextCategory.category
GettextTypes.textdomain * GettextCategory.category
val compare : String.t * GettextCategory.category -> String.t * GettextCategory.category -> int
String.t * GettextCategory.category -> String.t * GettextCategory.category -> int
end)
end
)