blob: e2e8cadbdc7ecef3a87980e326e45c4398dbbbf7 (
plain)
1
2
3
4
5
6
7
8
9
10
|
T3177a.hs:8:8: error:
• Expecting one fewer arguments to ‘Int’
Expected kind ‘* -> *’, but ‘Int’ has kind ‘*’
• In the type signature: f :: (Int Int)
T3177a.hs:11:6: error:
• Expecting one fewer arguments to ‘Int’
Expected kind ‘* -> *’, but ‘Int’ has kind ‘*’
• In the type signature: g :: Int Int
|