diff options
author | Mateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk> | 2015-01-22 19:32:10 +0000 |
---|---|---|
committer | Mateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk> | 2015-01-22 19:32:10 +0000 |
commit | 2c60cb0da855d76c57980298056cefe15ff4c226 (patch) | |
tree | 8a3ee624054e04b4abe814f7434361c4e841465b /html-test/ref/Bug335.html | |
parent | 8d3df49ae1aa2eb58af530bba0c71817411fd49d (diff) |
Update test files
Test: a correct behaviour for fields comma-separating values. I'm
surprised we had no bug open for this. Maybe it affects how #301 renders
now but I doubt.
Operators: Seems GHC is giving us a new order for operators, something
must have changed on their side again. cc @haasn , this makes the fixity
to the side not match the order on the LHS which is a bit unpleasant.
Maybe the fixity can be made to match the GHC order?
Bug335: We expand examples by default now.
Bug310: Now inferred safe.
Diffstat (limited to 'html-test/ref/Bug335.html')
-rw-r--r-- | html-test/ref/Bug335.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/html-test/ref/Bug335.html b/html-test/ref/Bug335.html index a80566e1..6f3d3820 100644 --- a/html-test/ref/Bug335.html +++ b/html-test/ref/Bug335.html @@ -66,7 +66,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug335.html");}; ><div class="doc" ><h3 id="control.ch:f0" class="caption collapser" onclick="toggleSection('ch:f0')" >ExF:</h3 - ><div id="section.ch:f0" class="show" + ><div id="section.ch:f0" class="hide" ><p >abc</p ></div @@ -80,7 +80,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug335.html");}; ><div class="doc" ><h3 id="control.ch:g0" class="caption collapser" onclick="toggleSection('ch:g0')" >ExG:</h3 - ><div id="section.ch:g0" class="show" + ><div id="section.ch:g0" class="hide" ><pre class="screen" ><code class="prompt" >>>> </code @@ -118,7 +118,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug335.html");}; ><p >Produced by <a href="" >Haddock</a - > version 2.15.1</p + > version 2.16.0</p ></div ></body ></html |