summaryrefslogtreecommitdiff
path: root/doc/refman/Extraction.tex
diff options
context:
space:
mode:
authorGravatar Stephane Glondu <steph@glondu.net>2011-12-25 13:19:42 +0100
committerGravatar Stephane Glondu <steph@glondu.net>2011-12-25 13:19:42 +0100
commit300293c119981054c95182a90c829058530a6b6f (patch)
treed7303613741c5796b58ced7db24ec7203327dbb2 /doc/refman/Extraction.tex
parent9d27ae09786866b6e3d7b79d1fa7667e5e2aa309 (diff)
Imported Upstream version 8.3.pl3upstream/8.3.pl3
Diffstat (limited to 'doc/refman/Extraction.tex')
-rw-r--r--doc/refman/Extraction.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/refman/Extraction.tex b/doc/refman/Extraction.tex
index af5d4049..cc9cf5c8 100644
--- a/doc/refman/Extraction.tex
+++ b/doc/refman/Extraction.tex
@@ -334,7 +334,7 @@ As an example of translation to a non-inductive datatype, let's turn
{\tt nat} into Ocaml's {\tt int} (see caveat above):
\begin{coq_example}
Extract Inductive nat => int [ "0" "succ" ]
- "(fun fO fS n => if n=0 then fO () else fS (n-1))".
+ "(fun fO fS n -> if n=0 then fO () else fS (n-1))".
\end{coq_example}
\asubsection{Avoiding conflicts with existing filenames}
@@ -543,7 +543,7 @@ Some pathological examples of extraction are grouped in the file
After compilation those two examples run nonetheless,
thanks to the correction of the extraction~\cite{Let02}.
-% $Id: Extraction.tex 13153 2010-06-15 16:09:43Z letouzey $
+% $Id: Extraction.tex 14575 2011-10-18 15:49:01Z letouzey $
%%% Local Variables:
%%% mode: latex