diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2014-09-03 21:47:43 +0100 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2014-09-04 11:02:56 +0100 |
commit | 4c359f5a50bc8ab1fcb51632f08f0cbbeb5e6d47 (patch) | |
tree | 4b2dd047d2aecc84646afb84fb4558edcfd09aac /testsuite | |
parent | 3034dd40a9c397ab4e5c596c15de83eefd834341 (diff) | |
download | haskell-4c359f5a50bc8ab1fcb51632f08f0cbbeb5e6d47.tar.gz |
Small improvement to unsaturated-type-function error message
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/tests/indexed-types/should_fail/T9433.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/indexed-types/should_fail/T9433.stderr b/testsuite/tests/indexed-types/should_fail/T9433.stderr index 0b17f57a0f..51780f177b 100644 --- a/testsuite/tests/indexed-types/should_fail/T9433.stderr +++ b/testsuite/tests/indexed-types/should_fail/T9433.stderr @@ -1,4 +1,4 @@ T9433.hs:14:6:
- Type synonym ‘Id’ should have 1 argument, but has been given none
+ Type family ‘Id’ should have 1 argument, but has been given none
In the type signature for ‘x’: x :: Map Id [Bool]
|