aboutsummaryrefslogtreecommitdiff
path: root/doc/sphinx/proof-engine
diff options
context:
space:
mode:
authorcoqbot2020-08-17 21:15:10 +0200
committerGitHub2020-08-17 21:15:10 +0200
commitaa926429727f1f6b5ef07c8912f2618d53f6d155 (patch)
treeb8618de2bce933e4955e1d19ca48b72437b623c2 /doc/sphinx/proof-engine
parent55c66171b18f6aecf6e5ce4f5e06fccb85004df7 (diff)
parente60721cf3108c569e743e4bc74032ddf35b291dc (diff)
Merge PR #12841: Recommend replace as a replacement to cutrewrite.
Reviewed-by: jfehrle Reviewed-by: ppedrot
Diffstat (limited to 'doc/sphinx/proof-engine')
-rw-r--r--doc/sphinx/proof-engine/tactics.rst11
1 files changed, 2 insertions, 9 deletions
diff --git a/doc/sphinx/proof-engine/tactics.rst b/doc/sphinx/proof-engine/tactics.rst
index c5fab0983f..8635add0e1 100644
--- a/doc/sphinx/proof-engine/tactics.rst
+++ b/doc/sphinx/proof-engine/tactics.rst
@@ -2819,19 +2819,12 @@ 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 = @term’)
+ .. tacv:: cutrewrite {? {| <- | -> } } (@term__1 = @term__2) {? in @ident }
:name: cutrewrite
.. deprecated:: 8.5
- This tactic can be replaced by :n:`enough (@term = @term’) as <-`.
-
- .. tacv:: cutrewrite -> (@term = @term’)
-
- .. deprecated:: 8.5
-
- This tactic can be replaced by :n:`enough (@term = @term’) as ->`.
-
+ Use :tacn:`replace` instead.
.. tacn:: subst @ident
:name: subst