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/Operators.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/Operators.html')
-rw-r--r-- | html-test/ref/Operators.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/html-test/ref/Operators.html b/html-test/ref/Operators.html index c401894c..1e49fd2b 100644 --- a/html-test/ref/Operators.html +++ b/html-test/ref/Operators.html @@ -153,11 +153,11 @@ window.onload = function () {pageLoad();setSynopsis("mini_Operators.html");}; ><a href="" >(**>)</a >, <a href="" - >(<**)</a + >(**<)</a >, <a href="" >(>**)</a >, <a href="" - >(**<)</a + >(<**)</a > :: a -> a -> ()</li ></ul ></li @@ -411,16 +411,16 @@ window.onload = function () {pageLoad();setSynopsis("mini_Operators.html");}; ><p class="src" ><a name="v:-42--42--62-" class="def" >(**>)</a - >, <a name="v:-60--42--42-" class="def" - >(<**)</a - >, <a name="v:-62--42--42-" class="def" - >(>**)</a >, <a name="v:-42--42--60-" class="def" >(**<)</a + >, <a name="v:-62--42--42-" class="def" + >(>**)</a + >, <a name="v:-60--42--42-" class="def" + >(<**)</a > :: a -> a -> () <span class="fixity" >infixr 8 **>, >**</span ><span class="fixity" - >infixl 8 <**, **<</span + >infixl 8 **<, <**</span ><span class="rightedge" ></span ></p @@ -454,7 +454,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_Operators.html");}; ><p >Produced by <a href="" >Haddock</a - > version 2.15.0</p + > version 2.16.0</p ></div ></body ></html |