src/Tools/interpretation_with_defs.ML
changeset 46961 5c6955f487e5
parent 46949 94aa7b81bcf6
child 47249 c0481c3c2a6c
--- a/src/Tools/interpretation_with_defs.ML	Fri Mar 16 14:46:13 2012 +0100
+++ b/src/Tools/interpretation_with_defs.ML	Fri Mar 16 18:20:12 2012 +0100
@@ -80,8 +80,8 @@
 end;
 
 val _ =
-  Outer_Syntax.command "interpretation"
-    "prove interpretation of locale expression in theory" Keyword.thy_goal
+  Outer_Syntax.command @{command_spec "interpretation"}
+    "prove interpretation of locale expression in theory"
     (Parse.!!! (Parse_Spec.locale_expression true) --
       Scan.optional (@{keyword "defines"} |-- Parse.and_list1 (Parse_Spec.opt_thm_name ":"
         -- ((Parse.binding -- Parse.opt_mixfix') --| @{keyword "is"} -- Parse.term))) [] --