summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_fail/rnfail032.stderr
blob: febd380442756467343a9085feb69c2bde34d065 (plain)
1
2
3
4
5
6
7
8
9
10

rnfail032.hs:2:21: error:
    Not in scope: ‘Data.List.map’
    Suggested fixes:
      • Perhaps use 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).