blob: ff6d7fd79befcdeb2cf7e6e6a2536259c5d5a713 (
plain)
1
2
3
4
5
6
7
8
9
10
|
T13267.hs:6:10: error:
• Illegal instance for a type synonym
A class instance must be for a class
• In the instance declaration for ‘C1 Int’
T13267.hs:10:10: error:
• Illegal instance for a type synonym
A class instance must be for a class
• In the instance declaration for ‘C2 Int’
|