src/HOL/Extraction.thy
changeset 58153 ca7ea280e906
parent 58112 8081087096ad
child 58310 91ea607a34d8
--- a/src/HOL/Extraction.thy	Wed Sep 03 00:06:24 2014 +0200
+++ b/src/HOL/Extraction.thy	Wed Sep 03 00:06:25 2014 +0200
@@ -37,7 +37,7 @@
   induct_forall_def induct_implies_def induct_equal_def induct_conj_def
   induct_true_def induct_false_def
 
-datatype sumbool = Left | Right
+datatype_new sumbool = Left | Right
 
 subsection {* Type of extracted program *}