[commit: ghc] master: Wibble error message for #11471 (dc62a22)
git at git.haskell.org
git at git.haskell.org
Tue Jun 28 12:37:52 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/dc62a22279846abe7e84ef57896f0a38f6b7b845/ghc
>---------------------------------------------------------------
commit dc62a22279846abe7e84ef57896f0a38f6b7b845
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Tue Jun 28 13:39:51 2016 +0100
Wibble error message for #11471
I'm not quite sure why this changed with my two recent commits,
but it /has/ changed (in a benign way) so I'm accepting it.
Maybe it wasn't me anyway... but life is short and I'm not inclined
to dig further.
>---------------------------------------------------------------
dc62a22279846abe7e84ef57896f0a38f6b7b845
testsuite/tests/dependent/should_fail/T11471.stderr | 1 +
1 file changed, 1 insertion(+)
diff --git a/testsuite/tests/dependent/should_fail/T11471.stderr b/testsuite/tests/dependent/should_fail/T11471.stderr
index 0578910..80c5fc6 100644
--- a/testsuite/tests/dependent/should_fail/T11471.stderr
+++ b/testsuite/tests/dependent/should_fail/T11471.stderr
@@ -16,3 +16,4 @@ T11471.hs:15:35: error:
• In the second argument of ‘f’, namely ‘3#’
In the expression: f (undefined :: Proxy Int#) 3#
In an equation for ‘bad’: bad = f (undefined :: Proxy Int#) 3#
+ • Relevant bindings include bad :: F Int# (bound at T11471.hs:15:1)
More information about the ghc-commits
mailing list