Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update appearance of fixity annotations | Niklas Haas | 2014-03-11 | 1 | -43/+90 |
| | | | | | | | This moves them in-line with their corresponding lines, similar to a presentation envision by @hvr and described in #ghc. Redundant operator names are also omitted when no ambiguity is present. | ||||
* | Group similar fixities together | Niklas Haas | 2014-03-09 | 1 | -1/+32 |
| | | | | | Identical fixities declared for the same line should now render using syntax like: infix 4 <, >=, >, <= | ||||
* | Render fixity information | Niklas Haas | 2014-03-08 | 1 | -0/+379 |
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. |