4b8f2c6c891bad4a96f06daf0b51249218ce595c
[ghc-hetmet.git] / ghc / compiler / tests / typecheck / should_fail / tcfail029.hs
1 --!!! tests for InstOpErr
2 module ShouldFail where
3
4 data Foo = Bar | Baz
5
6 f x = x > Bar