src/HOL/IMP/VCG.thy
changeset 58249 180f1b3508ed
parent 55003 c65fd9218ea1
child 58310 91ea607a34d8
--- a/src/HOL/IMP/VCG.thy	Tue Sep 09 17:51:07 2014 +0200
+++ b/src/HOL/IMP/VCG.thy	Tue Sep 09 20:51:36 2014 +0200
@@ -7,7 +7,7 @@
 text{* Annotated commands: commands where loops are annotated with
 invariants. *}
 
-datatype acom =
+datatype_new acom =
   Askip                  ("SKIP") |
   Aassign vname aexp     ("(_ ::= _)" [1000, 61] 61) |
   Aseq   acom acom       ("_;;/ _"  [60, 61] 60) |