summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail084.stderr
blob: 44ec1169b1b5be7cf2010de97143c067e9f10ab4 (plain)
1
2
3
4
5

tcfail084.hs:10:5: [GHC-53822]
    Constructor ‘F’ does not have field ‘y’
    In the expression: F {y = 2}
    In an equation for ‘z’: z = F {y = 2}