diff options
author | herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2008-03-10 21:40:25 +0000 |
---|---|---|
committer | herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2008-03-10 21:40:25 +0000 |
commit | b31b50f72144a5aa0eef4801aab1819c7aff6f35 (patch) | |
tree | a9209b90d4e83492fe725c5d96de09017805d7bc /doc | |
parent | b00cb9ccbb02e2aa913294887749fff79b0adad5 (diff) |
Indexation de pose proof, et par la même occasion du nouveau specialize
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10651 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'doc')
-rw-r--r-- | doc/refman/RefMan-tac.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/refman/RefMan-tac.tex b/doc/refman/RefMan-tac.tex index e7ee8b1a4..bac155bb5 100644 --- a/doc/refman/RefMan-tac.tex +++ b/doc/refman/RefMan-tac.tex @@ -556,12 +556,12 @@ in the list of subgoals remaining to prove. This tactic behaves like \texttt{assert ({\ident} : {\form})}. -\item \texttt{pose proof {\term} as {\ident}} +\item \texttt{pose proof {\term} as {\ident}\tacindex{pose proof}} This tactic behaves like \texttt{assert ({\ident:T}) by exact {\term}} where \texttt{T} is the type of {\term}. -\item {\tt specialize ({\ident} \term$_1$ {\ldots} \term$_n$)} \\ +\item {\tt specialize ({\ident} \term$_1$ {\ldots} \term$_n$)\tacindex{specialize}} \\ {\tt specialize {\ident} with \bindinglist} The tactic {\tt specialize} works on local hypothesis \ident. |