blob: 3df709fa3aba1229f92d8f1c5ff919ba9b0888dd (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
drvfail012.hs:5:33: error:
• Could not deduce ‘Eq (Ego a)’
arising from the 'deriving' clause of a data type declaration
from the context: Ord a
bound by the deriving clause for ‘Ord (Ego a)’
at drvfail012.hs:5:33-35
Possible fix:
use a standalone 'deriving instance' declaration,
so you can specify the instance context yourself
• When deriving the instance for (Ord (Ego a))
|