blob: 373ec974393a8d387332c572bf215414f7bf5b17 (
plain)
1
2
3
4
5
6
7
8
|
mod54.hs:3:22:
No instance for (Eq T)
arising from the 'deriving' clause of a data type declaration
Possible fix: add an instance declaration for (Eq T)
Alternatively, use a standalone 'deriving instance' declaration,
so you can specify the instance context yourself
When deriving the instance for (Ord T)
|