blob: 341de62692c8c559ec2065e4b7bac92386258064 (
plain)
1
2
3
4
5
6
|
mod55.hs:3:26:
Can't make a derived instance of ‘Enum T’:
‘T’ must be an enumeration type
(an enumeration consists of one or more nullary, non-GADT constructors)
In the data declaration for ‘T’
|