cef5fe6a5b2087db04fabf09045c61743733a2ee
[ghc-hetmet.git] / ghc / compiler / tests / deriving / drv005.hs
1 --!!! simple example of deriving Enum
2 --
3 data Foo = Foo1 | Foo2 | Foo3 | Foo4 | Foo5 | Foo6 | Foo7 | Foo8
4          deriving Enum