]> matita.cs.unibo.it Git - helm.git/commitdiff
$Id$ readded to paramodulation/utils.ml
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Mon, 9 Jan 2006 12:14:14 +0000 (12:14 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Mon, 9 Jan 2006 12:14:14 +0000 (12:14 +0000)
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);;