]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/paramodulation/utils.ml
Added $Id$ to every .ml file.
[helm.git] / helm / ocaml / paramodulation / utils.ml
index 6ee45f235478a78db8a6a682ed77eacb175a55c9..70a77c8e8c8c1292af5ce3b745be47846a7299aa 100644 (file)
@@ -23,6 +23,8 @@
  * http://cs.unibo.it/helm/.
  *)
 
+(* $Id$ *)
+
 let debug = true;;
 
 let debug_print s = if debug then prerr_endline (Lazy.force s);;