[project @ 1999-01-23 17:57:35 by sof]
[ghc-hetmet.git] / ghc / 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