blob: 75c556cd4f6a91033728896a8936047c27e9cd64 (
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),
‘Prelude.id’ (imported from Prelude)
Perhaps you want to remove ‘head’ from the explicit hiding list
in the import of ‘Prelude’ (mod134.hs:4:1-28).
|