merged multiple heads
authorpaulson
Mon, 30 May 2011 12:20:04 +0100
changeset 43046 2a1b01680505
parent 43045 c46107e6714b (diff)
parent 43044 5945375700aa (current diff)
child 43047 26774ccb1c74
merged multiple heads
--- a/src/Provers/blast.ML	Sun May 29 19:40:56 2011 +0200
+++ b/src/Provers/blast.ML	Mon May 30 12:20:04 2011 +0100
@@ -1267,7 +1267,7 @@
     prove (state, start, [initBranch (mkGoal concl :: hyps, lim)], cont)
     |> Seq.map (rotate_prems (1 - i))
   end
-  handle PROVE => Seq.empty;
+  handle PROVE => Seq.empty | THM _ => Seq.empty;
 
 (*Public version with fixed depth*)
 fun depth_tac ctxt lim i st = timing_depth_tac (Timing.start ()) ctxt lim i st;