aboutsummaryrefslogtreecommitdiff
path: root/doc/refman/Extraction.tex
diff options
context:
space:
mode:
authorGuillaume Melquiond2017-07-28 16:48:25 +0200
committerGuillaume Melquiond2017-07-28 16:48:25 +0200
commiteb483c067985cc9ee7daa160efdc48806eff13e8 (patch)
tree68374614a4fb9f3e8e6172a1fd703ac431150cc8 /doc/refman/Extraction.tex
parent2a7ba998bf7d2c461fdbd8b710b7124395bafaa2 (diff)
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 fa3d61b1cd..a8889be814 100644
--- a/doc/refman/Extraction.tex
+++ b/doc/refman/Extraction.tex
@@ -365,6 +365,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" ].