aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorherbelin2001-04-09 22:46:11 +0000
committerherbelin2001-04-09 22:46:11 +0000
commit28025ba8daddfb093ba3feafebb56290fd924fa6 (patch)
tree42c5661e2a81443d73c2bfd68fc5a812e46acf85 /doc
parent12d5de083a373aa69eaa9be812c6be25c79eca60 (diff)
MAJ des 'Save (thm_tok)? id' and co
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@8181 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/RefMan-pro.tex26
1 files changed, 18 insertions, 8 deletions
diff --git a/doc/RefMan-pro.tex b/doc/RefMan-pro.tex
index f244a3dcb2..83e3f29f6b 100755
--- a/doc/RefMan-pro.tex
+++ b/doc/RefMan-pro.tex
@@ -81,17 +81,22 @@ memory overflow.
\end{ErrMsgs}
\begin{Variants}
-\item {\tt Save.}\comindex{Save}\
+\item {\tt Defined.}\comindex{Defined} \label{Defined} \\
+ Defines the proved term as a transparent constant.
+\item {\tt Save.}\comindex{Save}\\
Is equivalent to {\tt Qed}.
-\item {\tt Save {\ident}.}\\
- Forces the name of the original goal to be {\ident}.
+\item {\tt Save {\ident}.}\\ Forces the name of the original goal to
+be {\ident}. This command (and the following ones) can only be used
+if the original goal has been opened using the {\tt Goal} command.
\item {\tt Save Theorem {\ident}.} \\
- Is equivalent to {\tt Save {\ident}.}
+ {\tt Save Lemma {\ident}.} \\
+ Are equivalent to {\tt Save {\ident}.}
\item {\tt Save Remark {\ident}.}\\
- Defines the proved term as a local constant that will not exist
- anymore after the end of the current section.
-\item {\tt Defined.}\comindex{Defined} \label{Defined} \\
- Defines the proved term as a transparent constant.
+ Defines the proved term as a constant that will not be visible
+ without qualification after the end of the current section.
+\item {\tt Save Fact {\ident}.}\\
+ Defines the proved term as a constant that will not be visible
+ without qualification after the closing two levels of sectioning.
\end{Variants}
\subsection{\tt Theorem {\ident} : {\form}.}\comindex{Theorem}\label{Theorem}
@@ -119,6 +124,11 @@ as a {\tt Theorem}, the name {\ident} is known at all section levels:
Analogous to {\tt Theorem}, intended to be used in conjunction with
{\tt Defined} (see \ref{Defined}) in order to define a
transparent constant.
+\item {\tt Local {\ident} : {\form}.}
+\comindex{Local}\\
+ Analogous to {\tt Definition} except that the definition is turned
+ into a local definition on objects depending on it after closing the
+ current section.
\end{Variants}
\subsection{\tt Proof {\term}.}\comindex{Proof}