Kappa_data_structures.ModsDatastructures' functors instantiation
module StringSetMap : SetMap.S with type elt = stringmodule StringSet = StringSetMap.Setmodule StringMap = StringSetMap.Mapmodule String2SetMap : SetMap.S with type elt = string * stringmodule String2Map = String2SetMap.Mapmodule IntSet = IntSetMap.Setmodule IntMap = IntSetMap.Mapmodule Int2SetMap : SetMap.S with type elt = int * intmodule Int2Set = Int2SetMap.Setmodule Int2Map = Int2SetMap.Mapmodule CharSetMap : SetMap.S with type elt = charmodule CharSet = CharSetMap.Setmodule CharMap = CharSetMap.Mapmodule DynArray : GenArray.GenArray