[project @ 1997-09-04 10:27:21 by simonm]
[ghc-hetmet.git] / ghc / tests / deriving / should_fail / drvfail007.hs
1 --!!! buggy deriving with function type, reported by Sigbjorn Finne
2 module ShouldFail where
3
4 data Foo = Foo (Int -> Int) deriving Eq