src/HOL/Tools/inductive_set.ML
changeset 46961 5c6955f487e5
parent 46909 3c73a121a387
child 49170 03bee3a6a1b7
--- a/src/HOL/Tools/inductive_set.ML	Fri Mar 16 14:46:13 2012 +0100
+++ b/src/HOL/Tools/inductive_set.ML	Fri Mar 16 18:20:12 2012 +0100
@@ -575,11 +575,11 @@
 val ind_set_decl = Inductive.gen_ind_decl add_ind_set_def;
 
 val _ =
-  Outer_Syntax.local_theory' "inductive_set" "define inductive sets" Keyword.thy_decl
+  Outer_Syntax.local_theory' @{command_spec "inductive_set"} "define inductive sets"
     (ind_set_decl false);
 
 val _ =
-  Outer_Syntax.local_theory' "coinductive_set" "define coinductive sets" Keyword.thy_decl
+  Outer_Syntax.local_theory' @{command_spec "coinductive_set"} "define coinductive sets"
     (ind_set_decl true);
 
 end;