src/HOL/Predicate_Compile_Examples/IMP_3.thy
changeset 58310 91ea607a34d8
parent 58249 180f1b3508ed
child 63167 0909deb8059b
--- a/src/HOL/Predicate_Compile_Examples/IMP_3.thy	Thu Sep 11 19:26:59 2014 +0200
+++ b/src/HOL/Predicate_Compile_Examples/IMP_3.thy	Thu Sep 11 19:32:36 2014 +0200
@@ -11,7 +11,7 @@
 type_synonym var = unit
 type_synonym state = int
 
-datatype_new com =
+datatype com =
   Skip |
   Ass var "int" |
   Seq com com |