Module Mods.String2SetMap

module String2SetMap: SetMap.S  with type elt = string*string

type elt 
module Set: SetMap.Set  with type elt = elt
module Map: SetMap.Map  with type elt = elt and type set = Set.t