aboutsummaryrefslogtreecommitdiff
path: root/doc/RefMan-oth.tex
diff options
context:
space:
mode:
authorfilliatr2003-12-02 12:32:20 +0000
committerfilliatr2003-12-02 12:32:20 +0000
commit623b3b8f46c534e0dca1e13f02ff3440cd15bd6d (patch)
tree645a961cbbb713601dbf6adfd79c073d87154765 /doc/RefMan-oth.tex
parent7ff3a0e66a39fb3b9a6e86547e55d2e891168003 (diff)
relecture JCF
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@8374 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'doc/RefMan-oth.tex')
-rw-r--r--doc/RefMan-oth.tex26
1 files changed, 2 insertions, 24 deletions
diff --git a/doc/RefMan-oth.tex b/doc/RefMan-oth.tex
index 3dc852cd0f..d420a269af 100644
--- a/doc/RefMan-oth.tex
+++ b/doc/RefMan-oth.tex
@@ -58,12 +58,6 @@ was introduced.
This command displays the type of {\term}. When called in proof mode,
the term is checked in the local context of the current subgoal.
-\begin{Variants}
-\item \texttt{Check {\num} {\term}}\\
- Displays the type of {\term} in the context of the {\num}-th
- subgoal.
-\end{Variants}
-
\subsection{\tt Eval {\rm\sl convtactic} in {\term}.}
\comindex{Eval}
@@ -72,11 +66,6 @@ the resulting term with its type. The term to be reduced may depend on
hypothesis introduced in the first subgoal (if a proof is in
progress).
-\begin{Variants}
-\item \texttt{Eval {\num} {\rm\sl convtactic} in {\term}.}\\
- Evaluates {\term} in the context of the {\num}-th subgoal.
-\end{Variants}
-
\SeeAlso section~\ref{Conversion-tactics}.
\subsection{\tt Extraction \term.}
@@ -210,8 +199,8 @@ SearchAbout [ Zmult Zplus "distr" ].
\end{coq_example}
\item
-{\tt SearchAbout {\term} outside {\module$_1$}...{\module$_n$}.}\\
-{\tt SearchAbout [ \nelist{\textrm{\textsl{qualid-or-string}}}{} ] outside {\module$_1$}...{\module$_n$}.}
+{\tt SearchAbout {\term} inside {\module$_1$}...{\module$_n$}.}\\
+{\tt SearchAbout [ \nelist{\textrm{\textsl{qualid-or-string}}}{} ] inside {\module$_1$}...{\module$_n$}.}
This restricts the search to constructions defined in modules
{\module$_1$}...{\module$_n$}.
@@ -436,17 +425,6 @@ waste of time.
TODO + variant Export
-
-\subsection{\tt Read Module {\qualid}.}\comindex{Read Module}
-This looks for a physical file \texttt{file.vo} mapped to logical name
-{\qualid} in the current {\Coq} loadpath, then loads its contents but
-does not open it: its contents remains accesible to the user only by
-using names prefixed by the module name (i.e. {\qualid} or any other
-qualified names denoting the same module).
-% The implementation file
-% ({\ident}{\tt.vo}) is searched first, then the specification file
-% ({\ident}{\tt.vi}) in case of failure.
-
\subsection{\tt Require {\dirpath}.}
\label{Require}
\comindex{Require}