src/HOL/simpdata.ML
changeset 20046 9c8909fc5865
parent 20014 729a45534001
child 20070 3f31fb81b83a
--- a/src/HOL/simpdata.ML	Sat Jul 08 12:54:32 2006 +0200
+++ b/src/HOL/simpdata.ML	Sat Jul 08 12:54:33 2006 +0200
@@ -264,12 +264,12 @@
         val aT = TFree ("'a", HOLogic.typeS);
         val x = Free ("x", aT);
         val y = Free ("y", aT)
-      in standard (Goal.prove (Thm.theory_of_thm st) []
+      in Goal.prove_global (Thm.theory_of_thm st) []
         [mk_simp_implies (Logic.mk_equals (x, y))]
         (mk_simp_implies (HOLogic.mk_Trueprop (HOLogic.mk_eq (x, y))))
         (fn prems => EVERY
          [rewrite_goals_tac [simp_implies_def],
-          REPEAT (ares_tac (meta_eq_to_obj_eq :: map (rewrite_rule [simp_implies_def]) prems) 1)]))
+          REPEAT (ares_tac (meta_eq_to_obj_eq :: map (rewrite_rule [simp_implies_def]) prems) 1)])
       end
   end;