From b09c80a39e1167c0b48c1a5355f52ecb524e813b Mon Sep 17 00:00:00 2001 From: Sylvain Henry Date: Wed, 24 Feb 2021 11:08:20 +0100 Subject: Fix haddockHypsrcTest output in ghc-head --- hypsrc-test/ref/src/Classes.html | 20 ++++++++++---------- hypsrc-test/ref/src/Records.html | 16 ++++++++-------- 2 files changed, 18 insertions(+), 18 deletions(-) (limited to 'hypsrc-test/ref') diff --git a/hypsrc-test/ref/src/Classes.html b/hypsrc-test/ref/src/Classes.html index 0acd106d..688b6db6 100644 --- a/hypsrc-test/ref/src/Classes.html +++ b/hypsrc-test/ref/src/Classes.html @@ -194,7 +194,7 @@ >bar :: Int -> Int barbaz :: Int -> (Int, Int) baz bar :: [a] -> Int bar baz :: Int -> ([a], [a]) baznorf :: [Int] -> Int norf quux :: ([a], [a]) -> [a] quuxplugh :: forall a b. Either a a -> Either b b -> Either (a -> b) (b -> a) plughInt -x :: Point -> Int x :: Int +x :: Point -> Int xInt -y :: Point -> Int y :: Int +y :: Point -> Int yInt -x :: Point -> Int -y :: Point -> Int -x :: Int y :: Int +x :: Int +y :: Point -> Int +x :: Point -> Int ..