diff options
author | Enrico Tassi <Enrico.Tassi@inria.fr> | 2015-03-22 16:56:38 +0100 |
---|---|---|
committer | Enrico Tassi <Enrico.Tassi@inria.fr> | 2015-03-22 16:56:38 +0100 |
commit | 4b1061a2e8cb93e6c1e3a1ef016e512eda9d0f64 (patch) | |
tree | bcfd71a67ef80d8c2e4db7a675a14bef26ad9539 /doc/refman | |
parent | b9d625513256e854e0b3b831a965adeeba9ccb64 (diff) |
Qed export -> Qed exporting
Diffstat (limited to 'doc/refman')
-rw-r--r-- | doc/refman/RefMan-ltac.tex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/refman/RefMan-ltac.tex b/doc/refman/RefMan-ltac.tex index 186bc9add..d388840df 100644 --- a/doc/refman/RefMan-ltac.tex +++ b/doc/refman/RefMan-ltac.tex @@ -1009,7 +1009,7 @@ Fail all:let n:= numgoals in guard n=2. Reset Initial. \end{coq_eval} -\subsubsection[Proving a subgoal as a separate lemma]{Proving a subgoal as a separate lemma\tacindex{abstract}\comindex{Qed export} +\subsubsection[Proving a subgoal as a separate lemma]{Proving a subgoal as a separate lemma\tacindex{abstract}\comindex{Qed exporting} \index{Tacticals!abstract@{\tt abstract}}} From the outside ``\texttt{abstract \tacexpr}'' is the same as @@ -1017,9 +1017,9 @@ From the outside ``\texttt{abstract \tacexpr}'' is the same as {\ident}\texttt{\_subproof}\textit{n} where {\ident} is the name of the current goal and \textit{n} is chosen so that this is a fresh name. Such auxiliary lemma is inlined in the final proof term -unless the proof is ended with ``\texttt{Qed export}''. In such +unless the proof is ended with ``\texttt{Qed exporting}''. In such case the lemma is preserved. The syntax -``\texttt{Qed export }\ident$_1$\texttt{, ..., }\ident$_n$'' +``\texttt{Qed exporting }\ident$_1$\texttt{, ..., }\ident$_n$'' is also supported. In such case the system checks that the names given by the user actually exist when the proof is ended. |