Improved debugging
authorpaulson
Fri, 26 Jan 2007 10:48:09 +0100
changeset 22194 3b1da1ff65df
parent 22193 62753ae847a2
child 22195 97554e2ce434
Improved debugging
src/HOL/Tools/ATP/reduce_axiomsN.ML
--- a/src/HOL/Tools/ATP/reduce_axiomsN.ML	Fri Jan 26 10:46:22 2007 +0100
+++ b/src/HOL/Tools/ATP/reduce_axiomsN.ML	Fri Jan 26 10:48:09 2007 +0100
@@ -228,7 +228,8 @@
 	    let val weight = clause_weight ctab rel_consts consts_typs
 	    in
 	      if p <= weight orelse (!follow_defs andalso defines thy clsthm rel_consts)
-	      then (Output.debug (fn () => (name ^ " passes: " ^ Real.toString weight));
+	      then (Output.debug (fn () => (name ^ " clause " ^ Int.toString n ^ 
+	                                    " passes: " ^ Real.toString weight));
 	            relevant ((ax,weight)::newrels, rejects) axs)
 	      else relevant (newrels, ax::rejects) axs
 	    end