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