src/Pure/Isar/locale.ML
changeset 30510 4120fc59dd85
parent 30466 5f31e24937c5
child 30515 bca05b17b618
--- a/src/Pure/Isar/locale.ML	Fri Mar 13 19:53:09 2009 +0100
+++ b/src/Pure/Isar/locale.ML	Fri Mar 13 19:58:26 2009 +0100
@@ -489,10 +489,10 @@
 val _ = Context.>> (Context.map_theory
   (Method.add_methods
     [("intro_locales",
-      Method.ctxt_args (fn ctxt => Method.METHOD (intro_locales_tac false ctxt)),
+      Method.ctxt_args (fn ctxt => METHOD (intro_locales_tac false ctxt)),
       "back-chain introduction rules of locales without unfolding predicates"),
      ("unfold_locales",
-      Method.ctxt_args (fn ctxt => Method.METHOD (intro_locales_tac true ctxt)),
+      Method.ctxt_args (fn ctxt => METHOD (intro_locales_tac true ctxt)),
       "back-chain all introduction rules of locales")]));
 
 end;