]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/components/ng_paramodulation/nCicParamod.ml
Bug fixed in does_not_occur when a LetIn was found in the context.
[helm.git] / matita / components / ng_paramodulation / nCicParamod.ml
index a2cc88b5fb14bce901d58b2314ba1da06bc8a4d8..f56ac0cdf270e0bd567d1987746ea60421fbee1b 100644 (file)
@@ -142,7 +142,7 @@ let forward_infer_step status metasenv subst context s t ty =
   else
   let bag,clause = P.mk_passive bag (t,ty) in
     if Terms.is_eq_clause clause then
-      if tooflex clause then (print (lazy "pruning tooflex"); s)
+      if tooflex clause then (debug (lazy "pruning tooflex"); s)
       else
        P.forward_infer_step (P.replace_bag s bag) clause 0
     else (debug (lazy "not eq"); s)