src/HOL/Tools/typedef.ML
changeset 59936 b8ffc3dc9e24
parent 59880 30687c3f2b10
child 61103 8ed21464e260
--- a/src/HOL/Tools/typedef.ML	Mon Apr 06 16:30:44 2015 +0200
+++ b/src/HOL/Tools/typedef.ML	Mon Apr 06 17:06:48 2015 +0200
@@ -281,7 +281,7 @@
 (** outer syntax **)
 
 val _ =
-  Outer_Syntax.local_theory_to_proof @{command_spec "typedef"}
+  Outer_Syntax.local_theory_to_proof @{command_keyword typedef}
     "HOL type definition (requires non-emptiness proof)"
     (Parse.type_args_constrained -- Parse.binding -- Parse.opt_mixfix --
       (@{keyword "="} |-- Parse.term) --