summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail133.stderr
diff options
context:
space:
mode:
authorSimon Peyton Jones <simonpj@microsoft.com>2014-05-13 12:42:58 +0100
committerSimon Peyton Jones <simonpj@microsoft.com>2014-08-28 11:14:12 +0100
commitbaa3c9a306df0432f2697009585c66ff096d197e (patch)
tree64e3d55c5326a322cdec68c7306bba6f619d16a6 /testsuite/tests/typecheck/should_fail/tcfail133.stderr
parent99178c1f904166911483c692f9438ff4992ec2dc (diff)
downloadhaskell-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/typecheck/should_fail/tcfail133.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/tcfail133.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/typecheck/should_fail/tcfail133.stderr b/testsuite/tests/typecheck/should_fail/tcfail133.stderr
index b23b9447ae..058b06392f 100644
--- a/testsuite/tests/typecheck/should_fail/tcfail133.stderr
+++ b/testsuite/tests/typecheck/should_fail/tcfail133.stderr
@@ -10,7 +10,7 @@ tcfail133.hs:68:7:
instance Show One -- Defined at tcfail133.hs:9:28
instance (Show a, Show b, Number a, Digit b) => Show (a :@ b)
-- Defined at tcfail133.hs:11:54
- ...plus 26 others
+ ...plus 25 others
In the expression: show
In the expression: show $ add (One :@ Zero) (One :@ One)
In an equation for ‘foo’: