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

rnfail033.hs:2:21: error: [GHC-76037]
    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).