]> matita.cs.unibo.it Git - helm.git/commitdiff
print => debug
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Tue, 15 May 2012 19:34:23 +0000 (19:34 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Tue, 15 May 2012 19:34:23 +0000 (19:34 +0000)
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)