diff options
| author | Krzysztof Gogolewski <krzysztof.gogolewski@tweag.io> | 2023-04-20 16:18:15 +0200 |
|---|---|---|
| committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2023-04-21 18:03:04 -0400 |
| commit | 038bb03157cabf53bd08426cbd86a38486b9752d (patch) | |
| tree | fdc2aace711a71f038ec7d5b56129e7abd0a226f /docs/users_guide/using-warnings.rst | |
| parent | 113e21d763678ea7e7666b708e6c2dba7e52382f (diff) | |
| download | haskell-038bb03157cabf53bd08426cbd86a38486b9752d.tar.gz | |
Minor doc fixes
- Add docs/index.html to .gitignore.
It is created by ./hadrian/build docs, and it was the only file
in Hadrian's templateRules not present in .gitignore.
- Mention that MultiWayIf supports non-boolean guards
- Remove documentation of optdll - removed in 2007, 763daed95
- Fix markdown syntax
Diffstat (limited to 'docs/users_guide/using-warnings.rst')
| -rw-r--r-- | docs/users_guide/using-warnings.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/using-warnings.rst b/docs/users_guide/using-warnings.rst index e0c4d7b1d8..62a0f723df 100644 --- a/docs/users_guide/using-warnings.rst +++ b/docs/users_guide/using-warnings.rst @@ -2358,7 +2358,7 @@ of ``-W(no-)*``. :since: 9.6.1 - As explained in :ref:`undecidable_instances`, when using + As explained in :ref:`undecidable-instances`, when using :extension:`UndecidableInstances` it is possible for GHC to construct non-terminating evidence for certain superclass constraints. |
