blob: 9407837580d76438618723ae637a511bf5cb92ed (
plain)
1
2
3
4
5
6
7
8
9
|
<interactive>:6:9: error:
• Couldn't match type ‘T’ with ‘Ghci1.T’
Expected: T'
Actual: T
NB: ‘Ghci1.T’ is defined at <interactive>:2:1-14
‘T’ is defined at <interactive>:5:1-16
• In the expression: C :: T'
In an equation for ‘c’: c = C :: T'
|