ba1a864f30e43ab3b5fca40e8a08472a902b06cb
[ghc-hetmet.git] / ghc / tests / deriving / should_compile / drv007.hs
1 --!!! buggy deriving with function type, reported by Sigbjorn Finne
2 module ShouldSucceed where
3
4 data Foo = Foo (Int -> Int) deriving Eq