]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/paramodulation/utils.ml
$Id$ readded to paramodulation/utils.ml
[helm.git] / helm / ocaml / paramodulation / utils.ml
index 0a2cd4502a02cea18d16865ddaf2719f62971265..26d97b72a650fcb00a7d5134e3a5e354ec2a9146 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);;