blob: 277b42fb167435fc5062709a9e9b5663d8b9626d (
plain)
1
2
3
4
5
6
7
8
9
|
rnfail033.hs:2:21: error:
Not in scope: ‘Data.List.map’
Perhaps you meant one of these:
‘Data.List.zip’ (imported from Data.List),
‘Data.List.all’ (imported from Data.List),
‘Data.List.and’ (imported from Data.List)
Perhaps you want to remove ‘map’ from the explicit hiding list
in the import of ‘Data.List’ (rnfail033.hs:3:1-31).
|