Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change some type family test results. | Alan Zimmerman | 2021-03-15 | 1 | -1/+1 |
| | | | | | | | | It is not clear to me whether the original was printing incorrectly (since we did not have the TopLevel flag before now), or if this behaviour is expected. For the time being I am assuming the former. | ||||
* | Avoid line breaks due to line length in Hoogle (#868) | Alec Theriault | 2018-07-20 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | * Avoid line breaks due to line length in Hoogle Hoogle operates in a line-oriented fashion, so we should avoid ever breaking due to long lines. One way of doing this non-intrusively is to modify the 'DynFlags' that are threaded through the 'Hoogle' module (note this is anyways only passed through for use in the various 'showSDoc' functions). * Amend test case (cherry picked from commit 657b1b3d519545f8d4ca048c06210d6cbf0f0da0) | ||||
* | Improve the Hoogle backend's treatment of type families (#808) | Ryan Scott | 2018-04-24 | 1 | -0/+24 |
Fixes parts 1 and 2 of #806. |