87efc246c9dbb9913a857a1a9338dc20e1b62006
[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