]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/components/ng_paramodulation/nCicParamod.ml
Debugging disabled
[helm.git] / matita / components / ng_paramodulation / nCicParamod.ml
index 41d27cab934794f0df9d658b39aad00c7b93dad4..ef9852fcc359c24a7d322b213260595343ddf3ef 100644 (file)
@@ -16,9 +16,9 @@ NCicBlob.set_default_eqP()
 NCicProof.set_default_sig()
 ;;
 
-let debug _ = ();;
+let noprint _ = ();;
 let print s = prerr_endline (Lazy.force s);; 
-let debug = print;;
+let debug = noprint;; 
 
 module B(C : NCicBlob.NCicContext): Orderings.Blob 
   with type t = NCic.term and type input = NCic.term