aboutsummaryrefslogtreecommitdiff
path: root/html-test/src/Operators.hs
Commit message (Collapse)AuthorAgeFilesLines
* html-test/Operators: Clear up ambiguous typesBen Gamari2015-12-231-1/+5
| | | | | | For reasons that aren't entirely clear a class with ambiguous types was accepted by GHC <8.0. I've added a functional dependency to clear up this ambiguity.
* Group similar fixities togetherNiklas Haas2014-03-091-1/+9
| | | | | Identical fixities declared for the same line should now render using syntax like: infix 4 <, >=, >, <=
* Render fixity informationNiklas Haas2014-03-081-0/+56
Affects functions, type synonyms, type families, class names, data type names, constructors, data families, associated TFs/DFs, type synonyms, pattern synonyms and everything else I could think of.