summaryrefslogtreecommitdiff
path: root/testsuite/tests/deriving/should_compile/drv010.hs
blob: 1a3f9dc33acaff51c9a7292614722153f9e4dc3f (plain)
1
2
3
4
-- !!! deriving Enum on d. type with nullary constructors
module ShouldSucceed where

data AD = A | B | C | D deriving (Enum)