blob: 713bdc65c3fe8ab960a96182f00a64e873d1d615 (
plain)
1
2
3
4
5
6
|
ScopedNamedWildcardsBad.hs:8:21: error:
• Couldn't match expected type ‘Bool’ with actual type ‘Char’
• In the first argument of ‘not’, namely ‘x’
In the expression: not x
In an equation for ‘v’: v = not x
|