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

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