blob: 38618721240a4dbae4b0cc8cd901474bb8000760 (
plain)
1
2
3
4
5
6
7
|
T14555.hs:12:34: error:
• Couldn't match kind ‘rep’ with ‘'GHC.Types.LiftedRep’
Expected kind ‘TYPE rep’, but ‘a -> b’ has kind ‘*’
• In the second argument of ‘Exp’, namely ‘(a -> b)’
In the type ‘Exp xs (a -> b)’
In the definition of data constructor ‘Lam’
|