aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorletouzey2002-05-17 08:46:59 +0000
committerletouzey2002-05-17 08:46:59 +0000
commitd7f888afef16ee27b5069f67e146e92a8eb6bf3b (patch)
tree4eb2f2806d4651163018d64c89d9b6ced17e7473
parentdd507b21f2125c460c8c8462a485bf56a0d04c73 (diff)
Evitons de dire que Haskell est un dialect ML
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@8281 85f007b7-540e-0410-9357-904b9bb8a0f7
-rwxr-xr-xdoc/Extraction.tex12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/Extraction.tex b/doc/Extraction.tex
index a98a9c4b9b..fcd5f1be0f 100755
--- a/doc/Extraction.tex
+++ b/doc/Extraction.tex
@@ -1,4 +1,4 @@
-\achapter{Execution of extracted programs in Objective Caml and Haskell}
+\achapter{Extraction of programs in Objective Caml and Haskell}
\label{Extraction}
\aauthor{Jean-Christophe Filliātre and Pierre Letouzey}
\index{Extraction}
@@ -8,11 +8,11 @@
\end{flushleft}
We present here the \Coq\ extraction commands, used
to build certified and relatively
-efficient ML programs, extracting them from the proofs of their
+efficient functional programs, extracting them from the proofs of their
specifications.
-The ML dialects available as output language are currently
+The functional languages available as output are currently
\ocaml\ and {\sf Haskell}. In the following, ``ML'' will be
-used to refer to any of the two.
+used (abusively) to refer to any of the two.
\paragraph{Differences with old versions.}
The current extraction mechanism is new for version 7.0 of {\Coq}.
@@ -78,10 +78,10 @@ non-terminating extracted terms.
\asection{Extraction options}
-\asubsection{Setting the ML target language}
+\asubsection{Setting the target language}
\comindex{Extraction Language}
-The ability to fix target ML dialect is the first and more important
+The ability to fix target language is the first and more important
of the extraction options. Default is Ocaml. Besides Haskell, another
language called Toplevel is provided. It is a pseudo-Ocaml,
with no renaming on global names: so names are printed as in \Coq.