aboutsummaryrefslogtreecommitdiff
path: root/doc/RefMan-oth.tex
diff options
context:
space:
mode:
authorfilliatr2001-04-03 08:04:44 +0000
committerfilliatr2001-04-03 08:04:44 +0000
commit12db7503bfe014bd180761b04ddb3558adbe4ac9 (patch)
tree1747a91f05a05af923d06e0c1323f3b3c86fa643 /doc/RefMan-oth.tex
parent7e6cb6838f91207017851f409ff9091656b65f41 (diff)
mise a jour V7 de la commande Extraction, et des options de coqtop et coqc
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@8162 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'doc/RefMan-oth.tex')
-rw-r--r--doc/RefMan-oth.tex28
1 files changed, 14 insertions, 14 deletions
diff --git a/doc/RefMan-oth.tex b/doc/RefMan-oth.tex
index 91b89650b0..c33aede1f2 100644
--- a/doc/RefMan-oth.tex
+++ b/doc/RefMan-oth.tex
@@ -66,20 +66,20 @@ progress).
\SeeAlso section~\ref{Conversion-tactics}.
-\subsection{\tt Extraction \ident.}
-\label{ExtractionIdent}
-\comindex{Extraction}
-This command displays the \FW-term extracted from {\ident}. The name
-{\ident} must refer to a defined constant or a theorem. The \FW-term
-is extracted from the term defining {\ident} when {\ident} is a
-defined constant, or from the proof-term when {\ident} is a
-theorem. The extraction is processed according to the distinction
+\subsection{\tt Extraction \term.}
+\label{ExtractionTerm}
+\comindex{Extraction}
+This command displays the extracted term from
+{\term}. The extraction is processed according to the distinction
between {\Set} and {\Prop}; that is to say, between logical and
-computational content (see section \ref{Sorts}).
+computational content (see section \ref{Sorts}). The extracted term is
+displayed in Objective Caml syntax, where global identifiers are still
+displayed as in \Coq\ terms.
-\begin{ErrMsgs}
-\item \errindex{Non informative term}
-\end{ErrMsgs}
+\begin{Variants}
+\item \texttt{Recursive Extraction {\term}.}\\
+ Recursively extracts all the material needed for the extraction of \term.
+\end{Variants}
\SeeAlso chapter \ref{Extraction}
@@ -604,13 +604,13 @@ Objective Caml toplevel. The Objective Caml command:
\begin{flushleft}
\begin{verbatim}
-#use "include.ml";;
+#use "include";;
\end{verbatim}
\end{flushleft}
\noindent add the right loadpaths and loads some toplevel printers for
all abstract types of \Coq - section\_path, identfifiers, terms, judgements,
-\dots. You can also use the file \texttt{base\_include.ml} instead,
+\dots. You can also use the file \texttt{base\_include} instead,
that loads only the pretty-printers for section\_paths and
identfifiers. See section \ref{test-and-debug} more information on the
usage of the toplevel. You can return back to \Coq{} with the command: