(* Claudio Sacerdoti Coen <sacerdot@cs.unibo.it> *)
(* 24/01/2000 *)
(* *)
-(* This module implements a trival cache system (an hash-table) for cic *)(* objects. Uses the getter (getter.ml) and the parser (cicParser.ml) *)(* *)
+(* This module implements a trival cache system (an hash-table) for cic *)
+(* objects. Uses the getter (getter.ml) and the parser (cicParser.ml) *)
+(* *)
(******************************************************************************)
exception CircularDependency of string;;