src/HOL/HOLCF/Up.thy
changeset 58249 180f1b3508ed
parent 46125 00cd193a48dc
child 58310 91ea607a34d8
--- a/src/HOL/HOLCF/Up.thy	Tue Sep 09 17:51:07 2014 +0200
+++ b/src/HOL/HOLCF/Up.thy	Tue Sep 09 20:51:36 2014 +0200
@@ -13,7 +13,7 @@
 
 subsection {* Definition of new type for lifting *}
 
-datatype 'a u = Ibottom | Iup 'a
+datatype_new 'a u = Ibottom | Iup 'a
 
 type_notation (xsymbols)
   u  ("(_\<^sub>\<bottom>)" [1000] 999)