[commit: testsuite] master: Wibbles when fixing Trac #8570 (5f3c989)
git at git.haskell.org
git at git.haskell.org
Fri Nov 29 07:32:08 UTC 2013
Repository : ssh://git@git.haskell.org/testsuite
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/5f3c989258205158c523fbe218d52394f6a28cb8/testsuite
>---------------------------------------------------------------
commit 5f3c989258205158c523fbe218d52394f6a28cb8
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Fri Nov 29 07:26:56 2013 +0000
Wibbles when fixing Trac #8570
>---------------------------------------------------------------
5f3c989258205158c523fbe218d52394f6a28cb8
tests/typecheck/should_fail/tcfail083.stderr | 13 -------------
1 file changed, 13 deletions(-)
diff --git a/tests/typecheck/should_fail/tcfail083.stderr b/tests/typecheck/should_fail/tcfail083.stderr
index 3603838..8bcd75b 100644
--- a/tests/typecheck/should_fail/tcfail083.stderr
+++ b/tests/typecheck/should_fail/tcfail083.stderr
@@ -5,16 +5,3 @@ tcfail083.hs:8:39:
In the pattern: State {bar = Bar {flag = f, baz = b}}
In an equation for ‛display’:
display (State {bar = Bar {flag = f, baz = b}}) = print (f, b)
-
-tcfail083.hs:8:53:
- No instance for (Show t0) arising from a use of ‛print’
- The type variable ‛t0’ is ambiguous
- Relevant bindings include b :: t0 (bound at tcfail083.hs:8:45)
- Note: there are several potential instances:
- instance Show Bar -- Defined at tcfail083.hs:3:43
- instance Show Double -- Defined in ‛GHC.Float’
- instance Show Float -- Defined in ‛GHC.Float’
- ...plus 25 others
- In the expression: print (f, b)
- In an equation for ‛display’:
- display (State {bar = Bar {flag = f, baz = b}}) = print (f, b)
More information about the ghc-commits
mailing list