diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2014-05-13 12:42:58 +0100 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2014-08-28 11:14:12 +0100 |
commit | baa3c9a306df0432f2697009585c66ff096d197e (patch) | |
tree | 64e3d55c5326a322cdec68c7306bba6f619d16a6 /testsuite/tests/annotations | |
parent | 99178c1f904166911483c692f9438ff4992ec2dc (diff) | |
download | haskell-baa3c9a306df0432f2697009585c66ff096d197e.tar.gz |
Wibbles to "...plus N others" error message about instances in scope
I this this arises from my de-orphaning the Enum Word instance
Diffstat (limited to 'testsuite/tests/annotations')
-rw-r--r-- | testsuite/tests/annotations/should_fail/annfail10.stderr | 3 |
1 files changed, 1 insertions, 2 deletions
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 #-} |