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

T17244A.hs:10:9: error:
    Ambiguous occurrence ‘sum’
    It could refer to
       either ‘Prelude.sum’,
              imported from ‘Prelude’ at T17244A.hs:3:8-14
              (and originally defined in ‘Data.Foldable’)
           or ‘Data.List.sum’,
              imported from ‘Data.List’ at T17244A.hs:7:1-16
              (and originally defined in ‘GHC.List’)