aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Zeimer <zzaimer@gmail.com>2018-07-20 18:31:02 +0200
committerGravatar Zeimer <zzaimer@gmail.com>2018-07-20 18:31:07 +0200
commit57041aaac653a920839f9cd8b7982ce0e7ad6a8c (patch)
tree2ccfe1e78fd0216b2daf3d26019931895f8f3ef2
parent9f61a0ff9822269fa3cb949203b4048ffc62a601 (diff)
Added :undocumented: and :cmd: as suggested in comments for PR #8072.
-rw-r--r--doc/sphinx/proof-engine/tactics.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/sphinx/proof-engine/tactics.rst b/doc/sphinx/proof-engine/tactics.rst
index 7b47da885..9b4d724e0 100644
--- a/doc/sphinx/proof-engine/tactics.rst
+++ b/doc/sphinx/proof-engine/tactics.rst
@@ -2812,7 +2812,10 @@ the conversion in hypotheses :n:`{+ @ident}`.
:g:`(t t`:sub:`1` :g:`... t`:sub:`n` :g:`)` according to :math:`\beta`:math:`\iota`:math:`\zeta`-reduction rules.
.. exn:: Not reducible.
+ :undocumented:
+
.. exn:: No head constant to reduce.
+ :undocumented:
.. tacn:: hnf
:name: hnf
@@ -2862,7 +2865,7 @@ the conversion in hypotheses :n:`{+ @ident}`.
+ A constant can be marked to be unfolded only if applied to enough
arguments. The number of arguments required can be specified using the
- ``/`` symbol in the argument list of the ``Arguments`` vernacular command.
+ ``/`` symbol in the argument list of the :cmd:`Arguments` vernacular command.
.. example::
.. coqtop:: all