aboutsummaryrefslogtreecommitdiff
path: root/html-test/src/Operators.hs
Commit message (Collapse)AuthorAgeFilesLines
* 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.