documented extraction plugin
authorblanchet
Tue, 09 Sep 2014 20:51:36 +0200
changeset 58278 e89c7ac4ce16
parent 58277 0dcd3a623a6e
child 58279 d786fd77cf33
documented extraction plugin
src/Doc/Datatypes/Datatypes.thy
--- a/src/Doc/Datatypes/Datatypes.thy	Tue Sep 09 20:51:36 2014 +0200
+++ b/src/Doc/Datatypes/Datatypes.thy	Tue Sep 09 20:51:36 2014 +0200
@@ -2932,6 +2932,17 @@
 *}
 
 
+subsection {* Program Extraction
+  \label{ssec:program-extraction} *}
+
+text {*
+The \hthm{extraction} plugin provides realizers for induction and case analysis,
+to enable program extraction from proofs involving datatypes. This functionality
+is only available with full proof objects, i.e., with the @{text "HOL-Proofs"}
+session.
+*}
+
+
 (*
 section {* Known Bugs and Limitations
   \label{sec:known-bugs-and-limitations} *}