Module type Containers.S

module type S = sig .. end
The signature of the containers collection.

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