aboutsummaryrefslogtreecommitdiff
path: root/html-test/ref/ImplicitParams.html
Commit message (Collapse)AuthorAgeFilesLines
* Strip links from recently added html testsNiklas Haas2014-03-131-10/+10
| | | | These were accidentally left there when the tests were originally added
* Bump version to 2.15.0Mateusz Kowalczyk2014-03-111-1/+1
|
* Add RankNTypes test case to ImplicitParams.hsNiklas Haas2014-02-231-0/+22
| | | | | | | This test actually tests what #260 originally reported - I omitted the RankNTypes scenario from the original fix because I realized it's not relevant to the underlying issue and indeed, this renders as intended now. Still good to have more tests.
* Make ImplicitParams render correctly (#260)Niklas Haas2014-02-231-0/+89
This introduces a new precedence level for single contexts (because implicit param contexts always need parens around them, but other types of contexts don't necessarily, even when alone)