From e010714e36cd64e69e66d5e8f44c1229ec4deb61 Mon Sep 17 00:00:00 2001 From: Claudio Sacerdoti Coen Date: Tue, 15 May 2012 19:34:23 +0000 Subject: [PATCH] print => debug --- matita/components/ng_paramodulation/nCicParamod.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2