blob: 552d9f915d27ce0aa3cb6af1cdbe05870a4c90b4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
T21530b.hs:14:7: error:
• Couldn't match kind ‘Constraint’ with ‘*’
When matching types
a0 :: *
Eq Int :: Constraint
Expected: Proxy a0
Actual: Proxy (Eq Int)
• In the first argument of ‘f’, namely ‘g’
In the expression: f g
In an equation for ‘h’: h = f g
|