src/HOL/Tools/BNF/bnf_lfp.ML
changeset 58305 57752a91eec4
parent 58256 08c0f0d4b9f4
child 58310 91ea607a34d8
--- a/src/HOL/Tools/BNF/bnf_lfp.ML	Thu Sep 11 18:54:36 2014 +0200
+++ b/src/HOL/Tools/BNF/bnf_lfp.ML	Thu Sep 11 18:54:36 2014 +0200
@@ -1814,6 +1814,10 @@
   end;
 
 val _ =
+  Outer_Syntax.local_theory @{command_spec "datatype"} "define inductive datatypes"
+    (parse_co_datatype_cmd Least_FP construct_lfp);
+
+val _ =
   Outer_Syntax.local_theory @{command_spec "datatype_new"} "define inductive datatypes"
     (parse_co_datatype_cmd Least_FP construct_lfp);