X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fcomponents%2Fng_paramodulation%2FnCicParamod.ml;h=f56ac0cdf270e0bd567d1987746ea60421fbee1b;hb=8c8ee30d3de315e954a59b3e802748099a32b54c;hp=a2cc88b5fb14bce901d58b2314ba1da06bc8a4d8;hpb=791b0dc201a023e772e4ba5c3da697c5ae271405;p=helm.git diff --git a/matita/components/ng_paramodulation/nCicParamod.ml b/matita/components/ng_paramodulation/nCicParamod.ml index a2cc88b5f..f56ac0cdf 100644 --- a/matita/components/ng_paramodulation/nCicParamod.ml +++ b/matita/components/ng_paramodulation/nCicParamod.ml @@ -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)