summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail133.stderr
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2012-05-22 00:17:04 +0100
committerIan Lynagh <igloo@earth.li>2012-05-22 00:22:39 +0100
commit3e512f2508e17d2eeb4e510fda515de0c8d8cc23 (patch)
tree20ddbf552f327f76426b9ea25f172d32f6795de3 /testsuite/tests/typecheck/should_fail/tcfail133.stderr
parent64f085a1879819513712c0798b58247824ff5427 (diff)
downloadhaskell-3e512f2508e17d2eeb4e510fda515de0c8d8cc23.tar.gz
Follow the move of Word from base to ghc-prim
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/tcfail133.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/tcfail133.stderr5
1 files changed, 2 insertions, 3 deletions
diff --git a/testsuite/tests/typecheck/should_fail/tcfail133.stderr b/testsuite/tests/typecheck/should_fail/tcfail133.stderr
index a0c2ca4ec0..042a87a082 100644
--- a/testsuite/tests/typecheck/should_fail/tcfail133.stderr
+++ b/testsuite/tests/typecheck/should_fail/tcfail133.stderr
@@ -3,8 +3,7 @@ tcfail133.hs:2:61: Warning:
-XDatatypeContexts is deprecated: It was widely considered a misfeature, and has been removed from the Haskell language.
tcfail133.hs:68:7:
- No instance for (Show a0)
- arising from a use of `show'
+ No instance for (Show a0) arising from a use of `show'
The type variable `a0' is ambiguous
Possible fix: add a type signature that fixes these type variable(s)
Note: there are several potential instances:
@@ -12,7 +11,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 27 others
+ ...plus 29 others
In the expression: show
In the expression: show $ add (One :@ Zero) (One :@ One)
In an equation for `foo':