blob: 958960a2a7370754bc783c1019ec6d523af528dc (
plain)
1
2
3
4
5
6
7
8
|
T16391b.hs:10:8: error: [GHC-25897]
• Couldn't match kind ‘r’ with ‘LiftedRep’
Expected kind ‘*’, but ‘T r’ has kind ‘TYPE r’
‘r’ is a rigid type variable bound by
the type signature for ‘foo’
at T16391b.hs:10:1-10
• In the type signature: foo :: T r
|