]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/library/cicRecord.ml
Added $Id$ to every .ml file.
[helm.git] / helm / ocaml / library / cicRecord.ml
index 85c2ea03676cfef4723a39d8524548a157f48fa0..775292ccbb4c959892707be7eaa33a5e8df68236 100644 (file)
@@ -23,6 +23,8 @@
  * http://helm.cs.unibo.it/
  *)
 
+(* $Id$ *)
+
 let rec_ty uri leftno  = 
   let rec_ty = Cic.MutInd (uri,0,[]) in
   if leftno = 0 then rec_ty else