diff options
author | Alec Theriault <alec.theriault@gmail.com> | 2019-05-17 11:23:40 -0400 |
---|---|---|
committer | Alec Theriault <alec.theriault@gmail.com> | 2019-05-17 08:51:27 -0700 |
commit | 384577e862171bdedc9311c9d17f7ad3a4a33456 (patch) | |
tree | 0807cd0e9eafc51f382c987a9c921bf219cdb712 /haddock-library/src/Documentation/Haddock | |
parent | b4c2b90dc5c19eb5ca1420d37d1fc1b0ed184afd (diff) |
Fix #1063 with better parenthesization logic for contexts
The only other change in html/hoogle/hyperlinker output for the boot
libraries that this caused is a fix to some Hoogle output for implicit
params.
```
$ diff -r _build/docs/ old_docs
diff -r _build/docs/html/libraries/base/base.txt old_docs/html/libraries/base/base.txt
13296c13296
< assertError :: (?callStack :: CallStack) => Bool -> a -> a
---
> assertError :: ?callStack :: CallStack => Bool -> a -> a
```
Diffstat (limited to 'haddock-library/src/Documentation/Haddock')
0 files changed, 0 insertions, 0 deletions