From baa3c9a306df0432f2697009585c66ff096d197e Mon Sep 17 00:00:00 2001 From: Simon Peyton Jones Date: Tue, 13 May 2014 12:42:58 +0100 Subject: Wibbles to "...plus N others" error message about instances in scope I this this arises from my de-orphaning the Enum Word instance --- testsuite/tests/annotations/should_fail/annfail10.stderr | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'testsuite/tests/annotations') diff --git a/testsuite/tests/annotations/should_fail/annfail10.stderr b/testsuite/tests/annotations/should_fail/annfail10.stderr index 17d380ea7b..4723db19cb 100644 --- a/testsuite/tests/annotations/should_fail/annfail10.stderr +++ b/testsuite/tests/annotations/should_fail/annfail10.stderr @@ -19,7 +19,6 @@ annfail10.hs:9:11: Note: there are several potential instances: instance Num Double -- Defined in ‘GHC.Float’ instance Num Float -- Defined in ‘GHC.Float’ - instance Integral a => Num (GHC.Real.Ratio a) - -- Defined in ‘GHC.Real’ + instance Num Int -- Defined in ‘GHC.Num’ ...plus 11 others In the annotation: {-# ANN f 1 #-} -- cgit v1.2.1