blob: 874b1746e6d29bccac193c5a3c2ff5431cf7cf7d (
plain)
1
2
3
4
5
6
7
8
9
|
rnfail032.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.or’ (imported from Data.List),
‘Data.List.all’ (imported from Data.List)
Perhaps you want to remove ‘map’ from the explicit hiding list
in the import of ‘Data.List’ (rnfail032.hs:3:1-41).
|