blob: 86c2ffb6a5ebb6a1572e4fc5d5712b350d3c7503 (
plain)
1
2
3
4
5
6
7
8
9
|
mod134.hs:6:19: error:
Not in scope: ‘Prelude.head’
Perhaps you meant one of these:
‘Prelude.read’ (imported from Prelude),
‘Prelude.reads’ (imported from Prelude),
data constructor ‘Prelude.Left’ (imported from Prelude)
Perhaps you want to remove ‘head’ from the explicit hiding list
in the import of ‘Prelude’ (mod134.hs:4:1-28).
|