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/Test.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/Test.html')
-rw-r--r-- | html-test/ref/Test.html | 40 |
1 files changed, 5 insertions, 35 deletions
diff --git a/html-test/ref/Test.html b/html-test/ref/Test.html index 6f2e9478..bcc91534 100644 --- a/html-test/ref/Test.html +++ b/html-test/ref/Test.html @@ -371,11 +371,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_Test.html");}; ><li ><a href="" >r</a - > :: <a href="" - >Int</a - ></li - ><li - ><a href="" + >, <a href="" >s</a > :: <a href="" >Int</a @@ -413,11 +409,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_Test.html");}; ><li ><a href="" >u</a - > :: <a href="" - >Int</a - ></li - ><li - ><a href="" + >, <a href="" >v</a > :: <a href="" >Int</a @@ -1262,23 +1254,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_Test.html");}; ><dt class="src" ><a name="v:r" class="def" >r</a - > :: <a href="" - >Int</a - ></dt - ><dd class="doc" - ><p - >This comment applies to both <code - ><a href="" - >r</a - ></code - > and <code - ><a href="" - >s</a - ></code - ></p - ></dd - ><dt class="src" - ><a name="v:s" class="def" + >, <a name="v:s" class="def" >s</a > :: <a href="" >Int</a @@ -1350,13 +1326,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_Test.html");}; ><dt class="src" ><a name="v:u" class="def" >u</a - > :: <a href="" - >Int</a - ></dt - ><dd class="doc empty" - > </dd - ><dt class="src" - ><a name="v:v" class="def" + >, <a name="v:v" class="def" >v</a > :: <a href="" >Int</a @@ -2142,7 +2112,7 @@ is at the beginning of the line).</pre ><p >Produced by <a href="" >Haddock</a - > version 2.15.0</p + > version 2.16.0</p ></div ></body ></html |