Skip to content
Snippets Groups Projects
Commit b2966fde authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 1998-01-26 13:17:38 by simonm]

replace this test with one that actually *fails* on 2.10...
parent decba0d6
No related merge requests found
--!!! deriving Enum on d. type with nullary constructors
module ShouldSucceed where
data AD = A | B | C | D deriving (Enum)
data D = D1 deriving(Eq,Ord)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment