blob: aa40d50c2e5625af6e570df0eb2f454fd7550075 (
plain)
1
2
3
4
5
6
7
8
9
|
<interactive>:4:4: error:
Couldn't match expected type ‘Ghci1.X’
with actual type ‘X’
NB: ‘X’ is defined at <interactive>:3:1-25
‘Ghci1.X’ is defined at <interactive>:1:1-14
In the first argument of ‘f’, namely ‘(Y 3)’
In the expression: f (Y 3)
In an equation for ‘it’: it = f (Y 3)
|