[project @ 1996-01-08 20:28:12 by partain]
[ghc-hetmet.git] / ghc / compiler / tests / deriving / drv006.hs
1 --!!! simple examples of deriving Ix
2 --
3 data Foo = Foo1 | Foo2 | Foo3 | Foo4 | Foo5 | Foo6 | Foo7 | Foo8
4          deriving Ix
5
6 data Bar a b = MkBar a Int b Integer a