diff options
| author | Théo Zimmermann | 2019-03-13 09:48:17 +0100 |
|---|---|---|
| committer | Théo Zimmermann | 2019-03-13 09:48:17 +0100 |
| commit | 6c20e7d284280d7c3927aab6ea9b46b86998a00e (patch) | |
| tree | 715b39276d986e1ced2bad1edff256c81c8add51 /doc/sphinx/addendum | |
| parent | a249cc95c1345442c67e240e881fb653579ee386 (diff) | |
[refman] Fix other newly emitted warnings.
Diffstat (limited to 'doc/sphinx/addendum')
| -rw-r--r-- | doc/sphinx/addendum/extended-pattern-matching.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/sphinx/addendum/extended-pattern-matching.rst b/doc/sphinx/addendum/extended-pattern-matching.rst index 3ec6c118af..e882ce6e88 100644 --- a/doc/sphinx/addendum/extended-pattern-matching.rst +++ b/doc/sphinx/addendum/extended-pattern-matching.rst @@ -285,7 +285,7 @@ By default, implicit arguments are omitted in patterns. So we write: .. coqtop:: all - Arguments nil [A]. + Arguments nil {A}. Arguments cons [A] _ _. Check (fun l:List nat => |
