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

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