summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_fail/T11167_ambig.stderr
blob: 8c9c6a7848f71bf5b075dc0d83fe019f5013c8d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

T11167_ambig.hs:10:13: error:
    Ambiguous occurrence ‘runContT’
    It could refer to
       either the field ‘runContT’ of record ‘ContT'’,
              defined at T11167_ambig.hs:7:32
           or the field ‘runContT’ of record ‘ContT’,
              defined at T11167_ambig.hs:6:30

T11167_ambig.hs:17:9: error:
    Ambiguous occurrence ‘runContT’
    It could refer to
       either the field ‘runContT’ of record ‘ContT'’,
              defined at T11167_ambig.hs:7:32
           or the field ‘runContT’ of record ‘ContT’,
              defined at T11167_ambig.hs:6:30