diff options
| author | Emilio Jesus Gallego Arias | 2019-03-12 12:54:26 +0100 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2019-03-12 12:54:26 +0100 |
| commit | 10c115915ec93b212b75f2fb3073624e6b554840 (patch) | |
| tree | ef9a7541a90d8de10ef0661d86d09513a48c7073 /doc | |
| parent | 3c0e9465029d7dcddff2c9a813cfd727a3ed4444 (diff) | |
| parent | 694d4c94c9a947b56f230a07ec497da2ba66de2c (diff) | |
Merge PR #9389: Implement a method for manual declaration of implicits.
Reviewed-by: SkySkimmer
Reviewed-by: Zimmi48
Reviewed-by: ejgallego
Ack-by: gares
Ack-by: jashug
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/sphinx/language/gallina-extensions.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/sphinx/language/gallina-extensions.rst b/doc/sphinx/language/gallina-extensions.rst index f1733a5ebf..8b7e5c9a02 100644 --- a/doc/sphinx/language/gallina-extensions.rst +++ b/doc/sphinx/language/gallina-extensions.rst @@ -1651,6 +1651,13 @@ 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. + + For instance in + + .. coqtop:: all + + Arguments prod _ [_]. Automatic declaration of implicit arguments ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
