src/HOL/Tools/Metis/metis_reconstruct.ML
changeset 46708 b138dee7bed3
parent 46392 676a4b4b6e73
child 48132 9aa0fad4e864
--- a/src/HOL/Tools/Metis/metis_reconstruct.ML	Mon Feb 27 15:42:07 2012 +0100
+++ b/src/HOL/Tools/Metis/metis_reconstruct.ML	Mon Feb 27 15:48:02 2012 +0100
@@ -437,7 +437,7 @@
         val prems = prems0 |> map normalize_literal
                            |> distinct Term.aconv_untyped
         val goal = Logic.list_implies (prems, concl)
-        val tac = cut_rules_tac [th] 1
+        val tac = cut_tac th 1
                   THEN rewrite_goals_tac @{thms not_not [THEN eq_reflection]}
                   THEN ALLGOALS assume_tac
       in
@@ -730,7 +730,7 @@
                        cat_lines (map string_for_subst_info substs))
 *)
       fun cut_and_ex_tac axiom =
-        cut_rules_tac [axiom] 1
+        cut_tac axiom 1
         THEN TRY (REPEAT_ALL_NEW (etac @{thm exE}) 1)
       fun rotation_for_subgoal i =
         find_index (fn (_, (subgoal_no, _)) => subgoal_no = i) substs