summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/typecheck/should_fail/tcfail065.stderr-hugs
blob: ef6178e6f2a71e1d3d31d946fbbf5f7c54534c58 (plain)
1
2
3
4
ERROR "tcfail065.hs":29 - Inferred type is not general enough
*** Expression    : setX
*** Expected type : HasX (X a) => b -> X a -> X a
*** Inferred type : HasX (X a) => a -> X a -> X a