Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | html-test/Operators: Clear up ambiguous types | Ben Gamari | 2015-12-23 | 1 | -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 together | Niklas Haas | 2014-03-09 | 1 | -1/+9 |
| | | | | | 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/+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. |