[project @ 1996-01-08 20:28:12 by partain]
[ghc-hetmet.git] / ghc / compiler / tests / typecheck / should_fail / tcfail029.hs
1 --!!! tests for InstOpErr
2
3 data Foo = Bar | Baz
4
5 f x = x > Bar