diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2013-11-06 16:55:54 +0000 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2013-11-06 16:55:54 +0000 |
commit | 22bcd5e6c24c05fd8afc6f9945783bc4661050be (patch) | |
tree | 31e1e7cc388ed8a002d6820052c1d4625b803185 /testsuite/tests/module/mod180.stderr | |
parent | bc5f6f549f7c6a42b95fceb0a363830a05747a4e (diff) | |
download | haskell-22bcd5e6c24c05fd8afc6f9945783bc4661050be.tar.gz |
Wibbles following fix to Trac #8278
The error message for ghci052 and ghci053 are (still)
terrible, because there is shadowing going on in the
interactive context. But that's a separate matter.
Diffstat (limited to 'testsuite/tests/module/mod180.stderr')
-rw-r--r-- | testsuite/tests/module/mod180.stderr | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/testsuite/tests/module/mod180.stderr b/testsuite/tests/module/mod180.stderr index 2647f2ada7..dd582e6962 100644 --- a/testsuite/tests/module/mod180.stderr +++ b/testsuite/tests/module/mod180.stderr @@ -1,5 +1,8 @@ mod180.hs:8:5: - Couldn't match expected type ‛T’ with actual type ‛main:Mod180_A.T’ + Couldn't match expected type ‛T’ + with actual type ‛main:Mod180_A.T’ + NB: ‛T’ is defined in ‛Mod180_B’ + ‛main:Mod180_A.T’ is defined in ‛Mod180_A’ In the expression: x In an equation for ‛z’: z = x |