diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2012-10-26 11:10:09 +0100 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2012-10-26 11:10:09 +0100 |
commit | 2db1733aa0f6994af3a2cc1770e4bef7fb4e9520 (patch) | |
tree | af40514566ba8f706c314d44b285ed35181e23eb /testsuite/tests/module | |
parent | dd9dbdbe0d80a5fe6b88fbc3908fde2f9bddba34 (diff) | |
download | haskell-2db1733aa0f6994af3a2cc1770e4bef7fb4e9520.tar.gz |
Error message change for duplicate type signatures
Diffstat (limited to 'testsuite/tests/module')
-rw-r--r-- | testsuite/tests/module/mod68.stderr | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/testsuite/tests/module/mod68.stderr b/testsuite/tests/module/mod68.stderr index 2d5ece6f47..f8490a06b6 100644 --- a/testsuite/tests/module/mod68.stderr +++ b/testsuite/tests/module/mod68.stderr @@ -1,5 +1,5 @@ - -mod68.hs:4:1: - Duplicate type signature: - mod68.hs:4:1-16: f :: Int -> Bool - mod68.hs:3:1-16: f :: Int -> Bool +
+mod68.hs:4:1:
+ Duplicate type signatures for `f'
+ at mod68.hs:3:1
+ mod68.hs:4:1
|