summaryrefslogtreecommitdiff
path: root/testsuite/tests/module/mod89.stderr
blob: 9a73ea2ba36a9d363f94ede2c5f23ec491e98bb8 (plain)
1
2
3
4
5
6
7
8
9
10

mod89.hs:5:1: warning: [-Wdodgy-imports]
    The import item ‘map(..)’ suggests that
    ‘map’ has (in-scope) constructors or class methods,
    but it has none

mod89.hs:5:1: warning: [-Wunused-imports]
    The import of ‘Prelude’ is redundant
      except perhaps to import instances from ‘Prelude’
    To import instances alone, use: import Prelude()