blob: 066a4f106a55715e4cc11bfaa747be9df98b77b9 (
plain)
1
2
3
4
5
6
7
8
|
T16758.hs:14:8: error:
• Couldn't match expected kind ‘Int’ with actual kind ‘a’
‘a’ is a rigid type variable bound by
the class declaration for ‘C’
at T16758.hs:13:9
• In the type signature: f :: C a => a -> Int
In the class declaration for ‘C’
|