summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/typecheck/should_fail/tcfail084.stderr
blob: 1a7e8c3e28a61ce15986b4b1b4a5f0e338683565 (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}