From 0158692153c342eb84879338aeb99a6bb0221889 Mon Sep 17 00:00:00 2001 From: Ɓukasz Hanuszczak Date: Fri, 31 Jul 2015 17:05:48 +0200 Subject: Accept tests affected by adding instance details section. --- html-test/ref/SpuriousSuperclassConstraints.html | 100 ++++++++++++++++++++--- 1 file changed, 88 insertions(+), 12 deletions(-) (limited to 'html-test/ref/SpuriousSuperclassConstraints.html') diff --git a/html-test/ref/SpuriousSuperclassConstraints.html b/html-test/ref/SpuriousSuperclassConstraints.html index d0d0401e..12a34b25 100644 --- a/html-test/ref/SpuriousSuperclassConstraints.html +++ b/html-test/ref/SpuriousSuperclassConstraints.html @@ -85,29 +85,105 @@ Fix spurious superclass constraints bug.Functor (SomeType f)
Functor (SomeType f)
 

Methods

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

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

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

Methods

pure :: a -> SomeType f a

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

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

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