aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Théo Zimmermann <theo.zimmermann@univ-paris-diderot.fr>2016-10-19 18:09:36 +0200
committerGravatar Théo Zimmermann <theo.zimmermann@univ-paris-diderot.fr>2016-10-19 18:09:36 +0200
commit3a507c03c91efe67afa9f2dd51bf77c7af6df0f5 (patch)
tree58f6ebe98ed4656bb8020c1d631db33f792ec3d2
parent5be957316c23db6366aefc246d1d24480aa2f1ea (diff)
Documenting Hint Resolve -> and <- variants.
These variants are from 8.3 but were never documented except in CHANGES.
-rw-r--r--doc/refman/RefMan-tac.tex11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/refman/RefMan-tac.tex b/doc/refman/RefMan-tac.tex
index 263766b27..11de4f35e 100644
--- a/doc/refman/RefMan-tac.tex
+++ b/doc/refman/RefMan-tac.tex
@@ -3744,6 +3744,17 @@ The {\hintdef} is one of the following expressions:
Adds each \texttt{Resolve} {\term$_i$}.
+ \item {\tt Resolve -> \term}
+
+ Adds the left-to-right implication of an equivalence as a hint
+ (informally the hint will be used as {\tt apply <- \term},
+ although as mentionned before, the tactic actually used is
+ a restricted version of apply).
+
+ \item {\tt Resolve <- \term}
+
+ Adds the right-to-left implication of an equivalence as a hint.
+
\end{Variants}
\item \texttt{Immediate {\term}}