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

[project @ 1998-01-26 14:39:19 by simonm]

back out last commit, the real test is in drv007.hs.
parent cf4f4851
No related merge requests found
--!!! deriving Enum on d. type with nullary constructors
module ShouldSucceed where
data D = D1 deriving(Eq,Ord)
data AD = A | B | C | D deriving (Enum)
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