blob: be6d08c7d0a880d44f1599cde195877d9025c091 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
T10547.hs:35:25: error: [GHC-83865]
• Couldn't match type ‘Bool’ with ‘Char’
Expected: (T12, Char)
Actual: (S12, Bool)
Type synonyms expanded:
Expected type: (Int, Char)
Actual type: (Int, Bool)
• In the second argument of ‘f’, namely ‘b’
In the second argument of ‘const’, namely ‘(f a b)’
In the expression: const 1 (f a b)
|