blob: efafd331812017a8f59d8300e0484daeae980d7c (
plain)
1
2
3
4
5
6
7
8
9
10
|
T12513.hs:9:7: error: [GHC-83865]
• 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: [GHC-83865]
• Couldn't match expected type ‘Int’ with actual type ‘(# Int #)’
• In the expression: x
In an equation for ‘g’: g x = x
|