solve rule: tracing instead of priority;
authorwenzelm
Thu, 27 Dec 2001 16:46:04 +0100
changeset 12601 f0cf30cd7e4c
parent 12600 30ec65eaaf5f
child 12602 6984018a98e3
solve rule: tracing instead of priority;
src/Pure/Isar/isar_thy.ML
--- a/src/Pure/Isar/isar_thy.ML	Thu Dec 27 16:45:19 2001 +0100
+++ b/src/Pure/Isar/isar_thy.ML	Thu Dec 27 16:46:04 2001 +0100
@@ -406,7 +406,7 @@
 fun print_result' ctxt (k, res) = print_result ctxt ((k, ""), res);
 
 fun cond_print_result_rule int =
-  if int then (print_result', priority oo (Pretty.string_of oo pretty_rule "Attempt"))
+  if int then (print_result', tracing oo (Pretty.string_of oo pretty_rule "Attempt"))
   else (K (K ()), K (K ()));
 
 fun proof'' f = Toplevel.proof' (f o cond_print_result_rule);