aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSimonBoulier2020-01-07 11:34:31 +0100
committerSimonBoulier2020-01-07 12:41:10 +0100
commitbb22f188b46527fb5829562edc946b743b326309 (patch)
treed2dc710d251dbd48282e8a082ee2302edc6a906a /doc
parent3d2164ab0681d65d04bd0ba161369faa7ff5f63d (diff)
Trailing implicit error: documentation
Diffstat (limited to 'doc')
-rw-r--r--doc/sphinx/language/gallina-extensions.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/sphinx/language/gallina-extensions.rst b/doc/sphinx/language/gallina-extensions.rst
index 78428be18f..6be501199d 100644
--- a/doc/sphinx/language/gallina-extensions.rst
+++ b/doc/sphinx/language/gallina-extensions.rst
@@ -1728,11 +1728,11 @@ Declaring Implicit Arguments
To know which are the implicit arguments of an object, use the
command :cmd:`Print Implicit` (see :ref:`displaying-implicit-args`).
-.. warn:: Argument number @num is a trailing implicit so must be maximal.
+.. exn:: Argument id is a trailing implicit, so it can't be declared non maximal. Please use %{ %} instead of [ ].
For instance in
- .. coqtop:: all warn
+ .. coqtop:: all fail
Arguments prod _ [_].