src/HOL/Modelcheck/MuckeSyn.ML
changeset 16152 7294283b0c45
parent 15570 8d8c70b41bab
child 16429 e871f4b1a4f0
--- a/src/HOL/Modelcheck/MuckeSyn.ML	Tue May 31 11:53:42 2005 +0200
+++ b/src/HOL/Modelcheck/MuckeSyn.ML	Tue May 31 11:53:43 2005 +0200
@@ -1,3 +1,6 @@
+
+(* $Id$ *)
+
 (* search_mu t searches for Mu terms in term t. In the case of nested Mu's,
    it yields innermost one. If no Mu term is present, search_mu yields NONE
 *)
@@ -167,7 +170,7 @@
 
 fun mc_mucke_tac defs i state =
   (case Library.drop (i - 1, Thm.prems_of state) of
-    [] => PureGeneral.Seq.empty
+    [] => no_tac state
   | subgoal :: _ =>
       EVERY [
         REPEAT (etac thin_rl i),