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.
Loading
Please register or sign in to comment