]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/library/cicCoercion.ml
Added $Id$ to every .ml file.
[helm.git] / helm / ocaml / library / cicCoercion.ml
index 981baffce1ff15bcde6e018b011df2981d7970e1..fe636ee351dc0a66240ece88cf7b494829097fab 100644 (file)
@@ -23,6 +23,8 @@
  * http://helm.cs.unibo.it/
  *)
 
+(* $Id$ *)
+
 let debug = false
 let debug_print s = if debug then prerr_endline (Lazy.force s) else ()