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

mod89.hs:5:1: warning: [-Wdodgy-imports (in -Wextra)]
    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 (in -Wextra)]
    The import of ‘Prelude’ is redundant
      except perhaps to import instances from ‘Prelude’
    To import instances alone, use: import Prelude()