summaryrefslogtreecommitdiff
path: root/testsuite/tests/module/mod152.stderr
blob: 3c96bc1270dfca35dfb51acc8a0c9053b917857c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

mod152.hs:2:26:
    Ambiguous occurrence ‘id’
    It could refer to either ‘M.id’, defined at mod152.hs:2:36
                          or ‘Prelude.id’,
                             imported from ‘Prelude’ at mod152.hs:2:8
                             (and originally defined in ‘GHC.Base’)

mod152.hs:2:26:
    Conflicting exports for ‘id’:
       ‘module Prelude’ exports ‘Prelude.id’
         imported from ‘Prelude’ at mod152.hs:2:8
         (and originally defined in ‘GHC.Base’)
       ‘id’ exports ‘M.id’ defined at mod152.hs:2:36