diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2013-04-29 17:31:21 +0100 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2013-04-30 09:51:08 +0100 |
commit | 6d8d0dd94e3216ba2792f1eb9e9e086f188e1c56 (patch) | |
tree | f2dc2c672e2a45a6824e3f8e949547239bfd65ae /compiler/codeGen | |
parent | b988dc39a06278acc2373ba9a40ee08da0127411 (diff) | |
download | haskell-6d8d0dd94e3216ba2792f1eb9e9e086f188e1c56.tar.gz |
Exend the "Too few args" message for naked Ids (Trac #7851)
Previously, for
f :: [Bool]
f = map not
we'd get a helpful message
Probable cause: ‛map’ is applied to too few arguments
but not for
f :: [Bool]
f = map
which seems a bit stupid.
Diffstat (limited to 'compiler/codeGen')
0 files changed, 0 insertions, 0 deletions