module Name: sig .. end
sig
end
type t = string
string
module Set: Set.S with type elt = t
Set.S
with type elt = t
module Map: Map.S with type key = t
Map.S
with type key = t