diff options
author | Niklas Haas <git@nand.wakku.to> | 2014-08-24 08:14:10 +0200 |
---|---|---|
committer | Niklas Haas <git@nand.wakku.to> | 2014-08-24 08:14:10 +0200 |
commit | 26a44b9f3f539e93f499eea4eda6a354f46b20da (patch) | |
tree | 31f6fa651e873e901c03dfbb93fd32006991ed23 /html-test/ref/Operators.html | |
parent | fefef1c49075acc4390db822fad7e351c777e847 (diff) |
Fix extra whitespace on signatures and update all test cases
This was long overdue, now running ./accept.lhs on a clean test from
master will not generate a bunch of changes.
Diffstat (limited to 'html-test/ref/Operators.html')
-rw-r--r-- | html-test/ref/Operators.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/html-test/ref/Operators.html b/html-test/ref/Operators.html index fac8c94d..67cc8ed5 100644 --- a/html-test/ref/Operators.html +++ b/html-test/ref/Operators.html @@ -56,15 +56,15 @@ window.onload = function () {pageLoad();setSynopsis("mini_Operators.html");}; ><li class="src short" ><a href="" >(+-)</a - > :: a -> a -> a</li + > :: a -> a -> a</li ><li class="src short" ><a href="" >(*/)</a - > :: a -> a -> a</li + > :: a -> a -> a</li ><li class="src short" ><a href="" >foo</a - > :: a -> a -> a</li + > :: a -> a -> a</li ><li class="src short" ><span class="keyword" >data</span @@ -176,7 +176,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_Operators.html");}; ><p class="src" ><a name="v:-43--45-" class="def" >(+-)</a - > :: a -> a -> a</p + > :: a -> a -> a</p ><div class="doc" ><p >Operator with no fixity</p @@ -186,7 +186,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_Operators.html");}; ><p class="src" ><a name="v:-42--47-" class="def" >(*/)</a - > :: a -> a -> a <span class="fixity" + > :: a -> a -> a <span class="fixity" >infixr 7</span ><span class="rightedge" ></span @@ -200,7 +200,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_Operators.html");}; ><p class="src" ><a name="v:foo" class="def" >foo</a - > :: a -> a -> a <span class="fixity" + > :: a -> a -> a <span class="fixity" >infixl 3</span ><span class="rightedge" ></span @@ -450,7 +450,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_Operators.html");}; ><p >Produced by <a href="" >Haddock</a - > version 2.14.4</p + > version 2.15.0</p ></div ></body ></html |