blob: 26a2dbb1da47f49b9517ed493ed6b2e9ddce6f49 (
plain)
1
2
3
4
5
6
7
8
9
10
|
T12513.hs:9:7: error:
• Couldn't match expected type ‘Int’ with actual type ‘(# Int #)’
• In the expression: x
In an equation for ‘f’: f x = x
T12513.hs:12:7: error:
• Couldn't match expected type ‘Int’ with actual type ‘(# Int #)’
• In the expression: x
In an equation for ‘g’: g x = x
|