aboutsummaryrefslogtreecommitdiff
path: root/html-test/ref/Operators.html
Commit message (Collapse)AuthorAgeFilesLines
* Update test cases for GHC bug #8945, Haddock #188Mateusz Kowalczyk2014-04-031-7/+7
| | | | | | | The order of signature groups has been corrected upstream. Here we add a test case and update some existing test-cases to reflect this change. We remove grouped signature in test cases that we can (Minimal, BugDeprecated &c) so that the test is as self-contained as possible.
* Strip links from recently added html testsNiklas Haas2014-03-131-36/+36
| | | | These were accidentally left there when the tests were originally added
* Bump version to 2.15.0Mateusz Kowalczyk2014-03-111-1/+1
|
* Update appearance of fixity annotationsNiklas Haas2014-03-111-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 togetherNiklas Haas2014-03-091-1/+32
| | | | | Identical fixities declared for the same line should now render using syntax like: infix 4 <, >=, >, <=
* Render fixity informationNiklas Haas2014-03-081-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.