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/typecheck/should_fail/tcfail133.stderr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuite/tests/typecheck/should_fail/tcfail133.stderr') 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’: -- cgit v1.2.1