aboutsummaryrefslogtreecommitdiff
path: root/hoogle-test/ref
Commit message (Collapse)AuthorAgeFilesLines
* Refactor handling of parens in types (#874)Alec Theriault2018-07-202-2/+28
| | | | | | | | | | | | | | | | | | | | | | | | * Fix type parenthesization in Hoogle backend Ported the logic in the HTML and LaTeX backends for adding in parens into something top-level in 'GhcUtil'. Calling that from the Hoogle backend fixes #873. * Remove parenthesizing logic from LaTeX and XHTML backends Now, the only times that parenthesis in types are added in any backend is through the explicit 'HsParTy' constructor. Precedence is also represented as its own datatype. * List out cases explicitly vs. catch-all * Fix printing of parens for QuantifiedConstraints The priority of printing 'forall' types was just one too high. Fixes #877. * Accept HTML output for quantified contexts test
* Remove Hoogle backend hack that butchers infix datatype namesRyan Scott2018-06-131-0/+9
|
* Improve the Hoogle backend's treatment of type families (#808)Ryan Scott2018-04-241-0/+24
| | | Fixes parts 1 and 2 of #806.
* Add regression test for #413Ryan Scott2018-04-241-0/+16
| | | | Fixes #413.
* Accept output for Hoogle and LaTeX backends.Ɓukasz Hanuszczak2015-08-244-0/+57