[project @ 1996-01-08 20:28:12 by partain]
[ghc-hetmet.git] / ghc / compiler / tests / deriving / drv007.hs
1 --!!! buggy deriving with function type, reported by Sigbjorn Finne
2
3 data Foo = Foo (Int -> Int) deriving Eq