module Flx_mtypes1:sig..end
module IntHashtbl:Hashtbl.Swith type key = int
module StringMap:Map.Swith type key = string
typestring_string_map_t =string StringMap.t
module StringSet:Set.Swith type elt = string
val stringset_map : (string -> string) -> StringSet.t -> StringSet.tmodule IntSet:Set.Swith type elt = int
module IntSetSet:Set.Swith type elt = IntSet.t