module String: sig .. end
sig
end
include String
module Set: Set.S with type elt = string
Set.S
with type elt = string
module Map: Map.S with type key = string
Map.S
with type key = string