NAMED_CRITICAL;
authorwenzelm
Wed, 25 Jul 2007 22:20:47 +0200
changeset 23985 83e6e9ad0f4f
parent 23984 aaff3bc5ec28
child 23986 c656557b73d5
NAMED_CRITICAL;
src/Provers/blast.ML
--- a/src/Provers/blast.ML	Wed Jul 25 18:10:49 2007 +0200
+++ b/src/Provers/blast.ML	Wed Jul 25 22:20:47 2007 +0200
@@ -1246,7 +1246,7 @@
  "start" is CPU time at start, for printing SEARCH time
         (also prints reconstruction time)
  "lim" is depth limit.*)
-fun timing_depth_tac start cs lim i st0 = CRITICAL (fn () =>
+fun timing_depth_tac start cs lim i st0 = NAMED_CRITICAL "blast" (fn () =>
   let val st = (initialize (theory_of_thm st0); Conv.gconv_rule ObjectLogic.atomize_prems i st0);
       val sign = Thm.theory_of_thm st
       val skoprem = fromSubgoal (List.nth(prems_of st, i-1))