UtilsLib.IdGeneratorThis module implements various useful modules to generate IDs and to keep track of there association with string as in a symbol table
module Log : Xlog.MyLOGLog is the log module for IdGenerator
module type CorrespondanceTableTYPE = sig ... endSignature of modules encoding symbol tables
module type IdGen_TYPE = sig ... endSignature of modules encoding a generator of identifiers
module type IdType = sig ... endSignature of encoding identifiers
This module is a functor that generates a identifier generator from a module implementing these identifiers
module IntIdGen : IdGen_TYPE with type id = intModule implementing the special case where identifiers ar integers.