aboutsummaryrefslogtreecommitdiff
path: root/doc/sphinx
diff options
context:
space:
mode:
authorcoqbot-app[bot]2020-11-28 10:04:40 +0000
committerGitHub2020-11-28 10:04:40 +0000
commit7f1b4176d2606cc965adc09ce5e8346663980240 (patch)
treebd840126a6bf77cf5745d216ad2888c45d725113 /doc/sphinx
parent79946db207944b7bda1287459edfccbbd211ce1e (diff)
parent058ac643c5e93da2472e3a0a717b864f49f90b3b (diff)
Merge PR #13496: Revert "Remove deprecated tactic cutrewrite."
Reviewed-by: gares
Diffstat (limited to 'doc/sphinx')
-rw-r--r--doc/sphinx/proofs/writing-proofs/rewriting.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/sphinx/proofs/writing-proofs/rewriting.rst b/doc/sphinx/proofs/writing-proofs/rewriting.rst
index 2de6b2a18c..b7f2927000 100644
--- a/doc/sphinx/proofs/writing-proofs/rewriting.rst
+++ b/doc/sphinx/proofs/writing-proofs/rewriting.rst
@@ -146,6 +146,13 @@ simply :g:`t=u` dropping the implicit type of :g:`t` and :g:`u`.
only in the conclusion of the goal. The clause argument must not contain
any ``type of`` nor ``value of``.
+ .. tacv:: cutrewrite {? {| <- | -> } } (@term__1 = @term__2) {? in @ident }
+ :name: cutrewrite
+
+ .. deprecated:: 8.5
+
+ Use :tacn:`replace` instead.
+
.. tacn:: subst @ident
:name: subst