diff options
| author | notin | 2007-04-26 15:49:39 +0000 |
|---|---|---|
| committer | notin | 2007-04-26 15:49:39 +0000 |
| commit | b491f501f1c343eed6b58a545018883ddfae5a3b (patch) | |
| tree | 455070054d1fa056712b58456f790013a4d723f5 | |
| parent | c900915e6e7100c9b6802d2e5641e67fa3f7ecb0 (diff) | |
Documentation de Existential et de Show Existential (fixes bug #1294)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@9799 85f007b7-540e-0410-9357-904b9bb8a0f7
| -rw-r--r-- | doc/refman/RefMan-pro.tex | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/doc/refman/RefMan-pro.tex b/doc/refman/RefMan-pro.tex index 8aec7cd1cc..aeae4fa2ca 100644 --- a/doc/refman/RefMan-pro.tex +++ b/doc/refman/RefMan-pro.tex @@ -197,11 +197,13 @@ proof was edited. \end{Variants} +%%%% \subsection[\tt Suspend.]{\tt Suspend.\comindex{Suspend}} This command applies in proof editing mode. It switches back to the \Coq\ toplevel, but without canceling the current proofs. +%%%% \subsection[\tt Resume.]{\tt Resume.\comindex{Resume}\label{Resume}} This commands switches back to the editing of the last edited proof. @@ -223,7 +225,26 @@ This commands switches back to the editing of the last edited proof. \item \errindex{No such proof} \end{ErrMsgs} + +%%%% +\subsection[\tt Existential {\num} := {\term}.]{\tt Existential {\num} := {\term}.\comindex{Existential} +\label{Existential}} + +This command allows to instantiate an existential variable. {\tt \num} +is an index in the list of uninstantiated existential variables +displayed by {\tt Show Existentials.} (described in section~\ref{Show}) + +This command is intented to be used to instantiate existential +variables when the proof is completed but some uninstantiated +existential variables remain. To instantiate existential variables +during proof edition, you should use the tactic {\tt instantiate}. + +\SeeAlso {\tt instantiate (\num:= \term).} in section~\ref{instantiate}. + + +%%%%%%%% \section{Navigation in the proof tree} +%%%%%%%% \subsection[\tt Undo.]{\tt Undo.\comindex{Undo}} @@ -351,6 +372,10 @@ In the case of a non-product goal, it prints nothing. This command is similar to the previous one, it simulates the naming process of an {\tt Intros}. +\item{\tt Show Existentials}\comindex{Show Existentials}\\ It displays +the set of all uninstantiated existential variables in the current proof tree, +along with the type and the context of each variable. + \end{Variants} \subsection[\tt Set Hyps Limit {\num}.]{\tt Set Hyps Limit {\num}.\comindex{Set Hyps Limit}} |
