src/HOL/Extraction.thy
changeset 58343 1defb39ab329
parent 58335 a5a3b576fcfb
child 58350 919149921e46
--- a/src/HOL/Extraction.thy	Mon Sep 15 14:31:32 2014 +0200
+++ b/src/HOL/Extraction.thy	Mon Sep 15 16:11:01 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 (plugins only:) sumbool = Left | Right
+datatype (plugins only: code) sumbool = Left | Right
 
 subsection {* Type of extracted program *}