From 26a44b9f3f539e93f499eea4eda6a354f46b20da Mon Sep 17 00:00:00 2001 From: Niklas Haas Date: Sun, 24 Aug 2014 08:14:10 +0200 Subject: 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. --- html-test/ref/Operators.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'html-test/ref/Operators.html') 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");}; >
  • (+-) :: a -> a -> a
  • :: a -> a -> a
  • (*/) :: a -> a -> a
  • :: a -> a -> a
  • foo :: a -> a -> a
  • :: a -> a -> a
  • data

    (+-) :: a -> a -> a

    :: a -> a -> a

    Operator with no fixity

    (*/) :: a -> a -> a :: a -> a -> a infixr 7

    foo :: a -> a -> a :: a -> a -> a infixl 3

    Produced by Haddock version 2.14.4

    version 2.15.0