summaryrefslogtreecommitdiff
path: root/testsuite/tests/deriving/should_compile/drv005.hs
blob: 05f9fabc746402ad758ef14331d8433ba2b8c9be (plain)
1
2
3
4
5
6
-- !!! simple example of deriving Enum
--
module ShouldSucceed where

data Foo = Foo1 | Foo2 | Foo3 | Foo4 | Foo5 | Foo6 | Foo7 | Foo8
         deriving Enum