src/HOL/Statespace/state_space.ML
changeset 46961 5c6955f487e5
parent 46949 94aa7b81bcf6
child 48741 98e98181882d
--- a/src/HOL/Statespace/state_space.ML	Fri Mar 16 14:46:13 2012 +0100
+++ b/src/HOL/Statespace/state_space.ML	Fri Mar 16 18:20:12 2012 +0100
@@ -699,7 +699,7 @@
         (plus1_unless comp parent --
           Scan.optional (@{keyword "+"} |-- Parse.!!! (Scan.repeat1 comp)) [])));
 val _ =
-  Outer_Syntax.command "statespace" "define state space" Keyword.thy_decl
+  Outer_Syntax.command @{command_spec "statespace"} "define state space"
     (statespace_decl >> (fn ((args, name), (parents, comps)) =>
       Toplevel.theory (define_statespace args name parents comps)));