aboutsummaryrefslogtreecommitdiff
path: root/doc/refman/Extraction.tex
diff options
context:
space:
mode:
authorMaxime Dénès2017-08-16 09:37:54 +0200
committerMaxime Dénès2017-08-16 09:37:54 +0200
commitfe8aa7ea5af3e23d20c67c2bb791492244620f0c (patch)
tree384233187b1164dde15504a424f9e69fc6a98ff4 /doc/refman/Extraction.tex
parentf052c7fea6b0b9c0628ad77908ede7aac8712bd5 (diff)
parenteb483c067985cc9ee7daa160efdc48806eff13e8 (diff)
Merge PR #934: Fix some coq-tex errors in the reference manual.
Diffstat (limited to 'doc/refman/Extraction.tex')
-rw-r--r--doc/refman/Extraction.tex3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/refman/Extraction.tex b/doc/refman/Extraction.tex
index 8cb049d50e..499239b6f3 100644
--- a/doc/refman/Extraction.tex
+++ b/doc/refman/Extraction.tex
@@ -381,6 +381,9 @@ some specific {\tt Extract Constant} when primitive counterparts exist.
\Example
Typical examples are the following:
+\begin{coq_eval}
+Require Extraction.
+\end{coq_eval}
\begin{coq_example}
Extract Inductive unit => "unit" [ "()" ].
Extract Inductive bool => "bool" [ "true" "false" ].