src/HOL/IMP/Compiler.thy
changeset 58310 91ea607a34d8
parent 58249 180f1b3508ed
child 58889 5b7a9633cfa8
--- a/src/HOL/IMP/Compiler.thy	Thu Sep 11 19:26:59 2014 +0200
+++ b/src/HOL/IMP/Compiler.thy	Thu Sep 11 19:32:36 2014 +0200
@@ -43,7 +43,7 @@
 subsection "Instructions and Stack Machine"
 
 text_raw{*\snip{instrdef}{0}{1}{% *}
-datatype_new instr = 
+datatype instr = 
   LOADI int | LOAD vname | ADD | STORE vname |
   JMP int | JMPLESS int | JMPGE int
 text_raw{*}%endsnip*}