diff options
| -rw-r--r-- | doc/refman/RefMan-tac.tex | 2 | ||||
| -rw-r--r-- | parsing/g_tactic.ml4 | 2 |
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: |
