aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorglondu2010-12-24 10:24:00 +0000
committerglondu2010-12-24 10:24:00 +0000
commit0077ce8c639f77bcbc0a0054c6a2221645d002e1 (patch)
treea7e61ddfd1faf8f3f0cc6c9bd3750e8b1aa02a2a /doc
parentb26dcdc37705c2e0d5f7d4322f5dc26fb6b7984a (diff)
Precision in documentation of "decide equality"
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@13752 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'doc')
-rw-r--r--doc/refman/RefMan-tac.tex1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/refman/RefMan-tac.tex b/doc/refman/RefMan-tac.tex
index 4e76fa67ea..e9d35b991f 100644
--- a/doc/refman/RefMan-tac.tex
+++ b/doc/refman/RefMan-tac.tex
@@ -2592,6 +2592,7 @@ This tactic solves a goal of the form
{\tt forall $x$ $y$:$R$, \{$x$=$y$\}+\{\verb|~|$x$=$y$\}}, where $R$
is an inductive type such that its constructors do not take proofs or
functions as arguments, nor objects in dependent types.
+It solves goals of the form {\tt \{$x$=$y$\}+\{\verb|~|$x$=$y$\}} as well.
\subsection{\tt compare \term$_1$ \term$_2$
\tacindex{compare}}