[project @ 1997-09-04 10:27:21 by simonm]
[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