blob: 7a70b928597d59385a9eb7581a7881477f30604b (
plain)
1
2
3
4
5
6
7
8
|
T12973.hs:13:7: error:
• The argument ‘3’ of ‘(+)’
does not have a fixed runtime representation.
Its type is:
a :: TYPE r
• In the expression: 3 + 4
In an equation for ‘foo’: foo = 3 + 4
|