diff options
| author | glondu | 2010-12-02 09:24:35 +0000 |
|---|---|---|
| committer | glondu | 2010-12-02 09:24:35 +0000 |
| commit | dbac87b653c9a843fff09f4c23af402855b7017b (patch) | |
| tree | b77c0164465f07eb3efc59c3cf9c8d202becbe87 | |
| parent | 64a5d7b33c4c66fc82974f255cf40badd0b7bacf (diff) | |
Documentation for tactic constr_eq
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@13665 85f007b7-540e-0410-9357-904b9bb8a0f7
| -rw-r--r-- | doc/refman/RefMan-tac.tex | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/refman/RefMan-tac.tex b/doc/refman/RefMan-tac.tex index 40954f83ed..6f1f8a13c4 100644 --- a/doc/refman/RefMan-tac.tex +++ b/doc/refman/RefMan-tac.tex @@ -989,6 +989,15 @@ Assumptions} (see Section~\ref{PrintAssumptions}). Admitted subgoals have names of the form {\ident}\texttt{\_admitted} possibly followed by a number. +\subsection{\tt constr\_eq \term$_1$ \term$_2$ +\tacindex{constr\_eq} +\label{constreq}} + +This tactic applies to any goal. It checks whether its arguments are +equal modulo alpha conversion and casts. + +\ErrMsg \errindex{Not equal} + \subsection{\tt is\_evar \term \tacindex{is\_evar} \label{isevar}} |
