aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorClément Pit-Claudel2019-02-14 13:49:43 -0500
committerClément Pit-Claudel2019-02-14 13:49:43 -0500
commit5ea4369bd4604b61ccc669f136827299920fb635 (patch)
tree20bf0291452f70d003627112fe88b94dff22714a /doc
parent7831c257168b74fc8e7132af2ec0b7a8aa00d539 (diff)
parent57c69e8b78df99e69a31c0a6129346915de5e38c (diff)
Merge PR #9571: Document the now_show tactic.
Ack-by: Zimmi48 Reviewed-by: cpitclaudel
Diffstat (limited to 'doc')
-rw-r--r--doc/sphinx/proof-engine/tactics.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/sphinx/proof-engine/tactics.rst b/doc/sphinx/proof-engine/tactics.rst
index d58cbdec07..6f57cc53a9 100644
--- a/doc/sphinx/proof-engine/tactics.rst
+++ b/doc/sphinx/proof-engine/tactics.rst
@@ -2957,6 +2957,12 @@ simply :g:`t=u` dropping the implicit type of :g:`t` and :g:`u`.
This applies the :tacn:`change` tactic not to the goal but to the hypothesis :n:`@ident`.
+ .. tacv:: now_show @term
+
+ This is a synonym of :n:`change @term`. It can be used to
+ make some proof steps explicit when refactoring a proof script
+ to make it readable.
+
.. seealso:: :ref:`Performing computations <performingcomputations>`
.. _performingcomputations: