blob: 5b002e84e0a8b1427fca0d9fa37795c2df230c64 (
plain)
1
2
3
4
5
6
|
A.hs:8:8: error: [GHC-83865]
• Couldn't match expected type ‘Int’ with actual type ‘(a0, b0)’
• In the expression: (2, 3)
In the expression: (1, (2, 3))
In an equation for ‘f’: f = (1, (2, 3))
|