aboutsummaryrefslogtreecommitdiff
path: root/doc/sphinx
diff options
context:
space:
mode:
authorThéo Zimmermann2019-12-02 07:42:31 +0100
committerThéo Zimmermann2019-12-02 07:42:31 +0100
commit31e109671896ef42653b1fcf239d8ebe1424c3da (patch)
tree8ce9d6865ca970e5675fb90b452edb735cdf8b14 /doc/sphinx
parent73f329333c6123a512ca975da949bec3778ce151 (diff)
parenta394876327dbe8af8410e8e91c01a363fd2d4cdf (diff)
Merge PR #10575: Clean up deprecations
Reviewed-by: Zimmi48 Reviewed-by: silene
Diffstat (limited to 'doc/sphinx')
-rw-r--r--doc/sphinx/proof-engine/tactics.rst10
1 files changed, 8 insertions, 2 deletions
diff --git a/doc/sphinx/proof-engine/tactics.rst b/doc/sphinx/proof-engine/tactics.rst
index 4f903d5776..81e50c0834 100644
--- a/doc/sphinx/proof-engine/tactics.rst
+++ b/doc/sphinx/proof-engine/tactics.rst
@@ -2824,11 +2824,15 @@ simply :g:`t=u` dropping the implicit type of :g:`t` and :g:`u`.
.. tacv:: cutrewrite <- (@term = @term’)
:name: cutrewrite
- This tactic is deprecated. It can be replaced by :n:`enough (@term = @term’) as <-`.
+ .. deprecated:: 8.5
+
+ This tactic can be replaced by :n:`enough (@term = @term’) as <-`.
.. tacv:: cutrewrite -> (@term = @term’)
- This tactic is deprecated. It can be replaced by :n:`enough (@term = @term’) as ->`.
+ .. deprecated:: 8.5
+
+ This tactic can be replaced by :n:`enough (@term = @term’) as ->`.
.. tacn:: subst @ident
@@ -4895,6 +4899,8 @@ Performance-oriented tactic variants
.. tacv:: convert_concl_no_check @term
:name: convert_concl_no_check
+ .. deprecated:: 8.11
+
Deprecated old name for :tacn:`change_no_check`. Does not support any of its
variants.