From 8410dd341a1730f708af3f0d96d13f2b5f7b9df5 Mon Sep 17 00:00:00 2001 From: Phil Ruffwind Date: Wed, 30 Sep 2015 03:22:14 -0400 Subject: Update tests for previous commit --- html-test/ref/SpuriousSuperclassConstraints.html | 34 ++++++++++++++++++------ 1 file changed, 26 insertions(+), 8 deletions(-) (limited to 'html-test/ref/SpuriousSuperclassConstraints.html') diff --git a/html-test/ref/SpuriousSuperclassConstraints.html b/html-test/ref/SpuriousSuperclassConstraints.html index 243ab30b..b5aa56b3 100644 --- a/html-test/ref/SpuriousSuperclassConstraints.html +++ b/html-test/ref/SpuriousSuperclassConstraints.html @@ -75,9 +75,11 @@ Fix spurious superclass constraints bug.

data SomeType f a

f a #

Instances

(SomeType f) #SomeType f a -> SomeType f b

f b #

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

f a #

(SomeType f) #pure :: a -> SomeType f a

f a #

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

f b #

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

f b #

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

f a #