]> matita.cs.unibo.it Git - helm.git/commitdiff
Comments reindented.
authorMichele Galatà <??>
Mon, 21 Oct 2002 14:15:10 +0000 (14:15 +0000)
committerMichele Galatà <??>
Mon, 21 Oct 2002 14:15:10 +0000 (14:15 +0000)
helm/ocaml/cic_proof_checking/cicEnvironment.mli

index b781a5c42fc4dfa6b53e6e955f9f98bfe6577ce4..22fd5d657e86a9b178acd182874d4a44fe3e0d52 100644 (file)
@@ -30,7 +30,9 @@
 (*                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;;