Functor Containers.Make

module Make: 
functor (T : Utilsigs.BasicType) -> S with type Set.elt=T.t with type Map.key=T.t with type Hashmap.key=T.t with type Hashset.elt=T.t with type MSet.elt=T.t with type FList.t=T.t list
Functor putting together the different containers.
Parameters:
T : Utilsigs.BasicType

module Set: Utilsigs.OrderedContainer 
module Map: Utilsigs.OrderedMap 
module Hashmap: Hashtbl.S 
module Hashset: Hashset.S 
module MSet: Utilsigs.OrderedContainer 
module FList: Utilsigs.BasicType