diff options
| author | Théo Zimmermann | 2020-05-16 15:41:21 +0200 |
|---|---|---|
| committer | Théo Zimmermann | 2020-05-16 15:43:15 +0200 |
| commit | e83a92d8855f1b2f99f2960454898985593d4cb6 (patch) | |
| tree | d712fbe0ef1586c56b6eba20f25a7c6389d2f70f /doc | |
| parent | 888aaeb0a948352cf56f1f6d8023a051e90583a0 (diff) | |
Fix note on implicit arguments in doc of functional induction.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/sphinx/using/libraries/funind.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/sphinx/using/libraries/funind.rst b/doc/sphinx/using/libraries/funind.rst index 40f9eedcf0..3625eac4a5 100644 --- a/doc/sphinx/using/libraries/funind.rst +++ b/doc/sphinx/using/libraries/funind.rst @@ -190,9 +190,9 @@ Tactics .. note:: :n:`(@qualid {+ @term})` must be a correct full application - of :n:`@qualid`. In particular, the rules for implicit arguments are the - same as usual. For example use :n:`@qualid` if you want to write implicit - arguments explicitly. + of :n:`@qualid`. In particular, the rules for implicit arguments are the + same as usual. For example use :n:`@@qualid` if you want to write implicit + arguments explicitly. .. note:: Parentheses around :n:`@qualid {+ @term}` are not mandatory and can be skipped. |
