[project @ 1997-07-31 00:05:10 by sof]
[ghc-hetmet.git] / ghc / compiler / tests / deriving / 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