blob: 86ee279393f8537543b126d378873728ea809430 (
plain)
1
2
3
4
5
6
7
8
|
<interactive>:1:15: error:
Couldn't match type ‘a0 -> a0’ with ‘[Char]’
Expected type: Prelude.String
Actual type: a0 -> a0
Probable cause: ‘id’ is applied to too few arguments
In the first argument of ‘return’, namely ‘id’
In the expression: return id
|