aboutsummaryrefslogtreecommitdiff
path: root/doc/sphinx/proof-engine/tactics.rst
diff options
context:
space:
mode:
authorClément Pit-Claudel2020-09-08 14:52:36 -0400
committerClément Pit-Claudel2020-09-08 14:52:36 -0400
commit0ab3e7f16064be178e7c48aeef5252cc0d0d3109 (patch)
tree56d503cc9c227adc903653661d517f58c420ba17 /doc/sphinx/proof-engine/tactics.rst
parentd19175c1c7e64777129742dbc986521efa61072e (diff)
parentf3642ad8bdf6d9aa1b411892e5e6815a6a75e4d5 (diff)
Merge PR #12993: Remove deprecated tactic cutrewrite.
Reviewed-by: cpitclaudel Reviewed-by: ppedrot
Diffstat (limited to 'doc/sphinx/proof-engine/tactics.rst')
-rw-r--r--doc/sphinx/proof-engine/tactics.rst7
1 files changed, 0 insertions, 7 deletions
diff --git a/doc/sphinx/proof-engine/tactics.rst b/doc/sphinx/proof-engine/tactics.rst
index 72c6ec4ac5..2211a58e6e 100644
--- a/doc/sphinx/proof-engine/tactics.rst
+++ b/doc/sphinx/proof-engine/tactics.rst
@@ -2819,13 +2819,6 @@ 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