[project @ 1997-09-03 23:34:59 by sof]
[ghc-hetmet.git] / ghc / tests / deriving / should_compile / drv010.hs
1 --!!! deriving Enum on d. type with nullary constructors
2 module ShouldSucceed where
3
4 data AD = A | B | C | D deriving (Enum)