blob: 87de242e4b7c931de3478dd12835e1b12ba636d4 (
plain)
1
2
3
4
5
6
|
overloadedrecfldsfail07.hs:7:7:
Couldn't match expected type ‘T’ with actual type ‘T -> Int’
Probable cause: ‘x’ is applied to too few arguments
In the first argument of ‘x’, namely ‘x’
In the expression: x x
|