blob: 7b80848879a69127929de197e9d3321e762da4b1 (
plain)
1
2
3
4
5
6
7
8
|
mod56.hs:4:39: error: [GHC-58291]
• Can't make a derived instance of ‘Ix T’:
‘T’ must be an enumeration type
(an enumeration consists of one or more nullary, non-GADT constructors)
or
‘T’ must have precisely one constructor
• In the data declaration for ‘T’
|