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

rnfail033.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’ (rnfail033.hs:3:1-31).