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

T3323.hs:18:7:
    Record update for insufficiently polymorphic field: haDevice :: dev
    In the expression: h {haDevice = undefined}
    In an equation for ‘f’: f h = h {haDevice = undefined}