aboutsummaryrefslogtreecommitdiff
path: root/doc/sphinx/language/extensions/implicit-arguments.rst
diff options
context:
space:
mode:
authorJim Fehrle2020-09-12 20:54:22 -0700
committerJim Fehrle2021-03-08 11:48:20 -0800
commit0d33024ff79c38d52fde49e23d0e45d9c22eefbe (patch)
tree864068cd317abebcbc0a3466a1365258729fbc40 /doc/sphinx/language/extensions/implicit-arguments.rst
parentfb0666d50e1fe95ad2325f4ef2cc9fdd2666ac8a (diff)
Convert 2nd part of rewriting chapter to prodn
Diffstat (limited to 'doc/sphinx/language/extensions/implicit-arguments.rst')
-rw-r--r--doc/sphinx/language/extensions/implicit-arguments.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/sphinx/language/extensions/implicit-arguments.rst b/doc/sphinx/language/extensions/implicit-arguments.rst
index 765d04ec88..76a4d4a6ff 100644
--- a/doc/sphinx/language/extensions/implicit-arguments.rst
+++ b/doc/sphinx/language/extensions/implicit-arguments.rst
@@ -238,7 +238,7 @@ Here is an example:
This is triggered when setting an argument implicit in an
expression which does not correspond to the type of an assumption
- or to the body of a definition. Here is an example:
+ or to the :term:`body` of a definition. Here is an example:
.. coqtop:: all warn
@@ -448,7 +448,7 @@ function.
Turning this flag on (it is off by default) deactivates the use of implicit arguments.
- In this case, all arguments of constants, inductive types,
+ In this case, all arguments of :term:`constants <constant>`, inductive types,
constructors, etc, including the arguments declared as implicit, have
to be given as if no arguments were implicit. By symmetry, this also
affects printing.