[project @ 1999-01-27 15:01:03 by simonpj]
[ghc-hetmet.git] / ghc / tests / deriving / should_compile / drv005.hs
1 -- !!! simple example of deriving Enum
2 --
3 module ShouldSucceed where
4
5 data Foo = Foo1 | Foo2 | Foo3 | Foo4 | Foo5 | Foo6 | Foo7 | Foo8
6          deriving Enum