blob: 734081ede5803a263ccd0b147f4ea86ca42ee79d (
plain)
1
2
3
4
5
6
7
|
T1133A.hs:6:28:
Can't make a derived instance of `Enum X':
`X' must be an enumeration type
(an enumeration consists of one or more nullary, non-GADT constructors)
Try -XGeneralizedNewtypeDeriving for GHC's newtype-deriving extension
In the newtype declaration for `X'
|