From 9c23d5d3a21c8ef36204a4d66da4cdf488a08f72 Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Mon, 8 Feb 2016 14:32:41 +0100 Subject: html-test: Accept test output --- html-test/ref/SpuriousSuperclassConstraints.html | 85 ++++++++++++------------ 1 file changed, 41 insertions(+), 44 deletions(-) (limited to 'html-test/ref/SpuriousSuperclassConstraints.html') diff --git a/html-test/ref/SpuriousSuperclassConstraints.html b/html-test/ref/SpuriousSuperclassConstraints.html index 1cae5ba1..243ab30b 100644 --- a/html-test/ref/SpuriousSuperclassConstraints.html +++ b/html-test/ref/SpuriousSuperclassConstraints.html @@ -1,32 +1,33 @@ - SpuriousSuperclassConstraints

 

Due to a change in GHC 7.6.1 we had a bug that superclass contraints were included in the instances list. Edward K. repported it here:

http://www.haskell.org/pipermail/haskell-cafe/2012-September/103600.html

And here is the corresponding theard on glasgow-haskell-users:

http://www.haskell.org/pipermail/glasgow-haskell-users/2012-September/022914.html

data SomeType f a

Applicative f => f => Applicative ( (SomeType f) 

Methods

pure :: a -> :: a -> SomeType f a

(<*>) :: :: SomeType f (a -> b) -> f (a -> b) -> SomeType f a -> f a -> SomeType f b

(*>) :: :: SomeType f a -> f a -> SomeType f b -> f b -> SomeType f b

(<*) :: :: SomeType f a -> f a -> SomeType f b -> f b -> SomeType f a

+> \ No newline at end of file -- cgit v1.2.3