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

tcfail085.hs:9:5:
    Constructor `F' does not have the required strict field(s): y
    In the expression: F {x = 2}
    In an equation for `z': z = F {x = 2}