From: Claudio Sacerdoti Coen Date: Mon, 9 Jan 2006 12:14:14 +0000 (+0000) Subject: $Id$ readded to paramodulation/utils.ml X-Git-Tag: make_still_working~7885 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=8c1f73782884c50c5b651a8a4e6588f494d85958;p=helm.git $Id$ readded to paramodulation/utils.ml --- 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);;