X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fcomponents%2Fng_paramodulation%2FnCicParamod.ml;h=ef9852fcc359c24a7d322b213260595343ddf3ef;hb=b804ff9f8fba300ffaa54add291e0f6490b757ce;hp=41d27cab934794f0df9d658b39aad00c7b93dad4;hpb=c6aeb873c1c35f6ddf22dfec9ef19977ab53a0f8;p=helm.git diff --git a/matita/components/ng_paramodulation/nCicParamod.ml b/matita/components/ng_paramodulation/nCicParamod.ml index 41d27cab9..ef9852fcc 100644 --- a/matita/components/ng_paramodulation/nCicParamod.ml +++ b/matita/components/ng_paramodulation/nCicParamod.ml @@ -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