aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorherbelin2008-06-01 19:44:44 +0000
committerherbelin2008-06-01 19:44:44 +0000
commit5e3a747ec4351a6cb07ac307196bad782bca1623 (patch)
tree319f91a120b21fd65905d6640c9648a7477ec76e
parent5e88ae6b465f38da8e6864626e23673a14927c10 (diff)
Bactrack sur +, - dans rewrite qui, redondants avec ->, <-, n'en sont qu'à
peine plus courts. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@11030 85f007b7-540e-0410-9357-904b9bb8a0f7
-rw-r--r--doc/refman/RefMan-tac.tex2
-rw-r--r--parsing/g_tactic.ml42
2 files changed, 0 insertions, 4 deletions
diff --git a/doc/refman/RefMan-tac.tex b/doc/refman/RefMan-tac.tex
index 44c519e997..12b8481021 100644
--- a/doc/refman/RefMan-tac.tex
+++ b/doc/refman/RefMan-tac.tex
@@ -2030,11 +2030,9 @@ This happens if \term$_1$ does not occur in the goal.
\begin{Variants}
\item {\tt rewrite -> {\term}}\tacindex{rewrite ->}\\
- {\tt rewrite +{\term}}\tacindex{rewrite +}\\
Is equivalent to {\tt rewrite \term}
\item {\tt rewrite <- {\term}}\tacindex{rewrite <-}\\
- {\tt rewrite -{\term}}\tacindex{rewrite -}\\
Uses the equality \term$_1${\tt=}\term$_2$ from right to left
\item {\tt rewrite {\term} in \textit{clause}}
diff --git a/parsing/g_tactic.ml4 b/parsing/g_tactic.ml4
index 5cd1732925..672c4eaba8 100644
--- a/parsing/g_tactic.ml4
+++ b/parsing/g_tactic.ml4
@@ -335,8 +335,6 @@ GEXTEND Gram
orient:
[ [ "->" -> true
| "<-" -> false
- | "+" -> true
- | "-" -> false
| -> true ]]
;
simple_binder: