From 57041aaac653a920839f9cd8b7982ce0e7ad6a8c Mon Sep 17 00:00:00 2001 From: Zeimer Date: Fri, 20 Jul 2018 18:31:02 +0200 Subject: Added :undocumented: and :cmd: as suggested in comments for PR #8072. --- doc/sphinx/proof-engine/tactics.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3