blob: 7b0d276a9624565fa0b0db1346e354f7d79c8584 (
plain)
1
2
3
4
5
|
overloadedrecfldsfail14.hs:12:7: error: [GHC-33238]
• No type has all these fields: ‘x’, ‘y’
• In the expression: r {x = 3, y = False}
In an equation for ‘f’: f r = r {x = 3, y = False}
|