X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fparamodulation%2Futils.ml;h=26d97b72a650fcb00a7d5134e3a5e354ec2a9146;hb=8c1f73782884c50c5b651a8a4e6588f494d85958;hp=0a2cd4502a02cea18d16865ddaf2719f62971265;hpb=ee8a9f2a9f75814be05fa9f7aafefb3e42692a2a;p=helm.git diff --git a/helm/ocaml/paramodulation/utils.ml b/helm/ocaml/paramodulation/utils.ml index 0a2cd4502..26d97b72a 100644 --- a/helm/ocaml/paramodulation/utils.ml +++ b/helm/ocaml/paramodulation/utils.ml @@ -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);;