summaryrefslogtreecommitdiff
path: root/testsuite/tests/backpack/should_compile/T13323.stderr
blob: 7e637d9dd4cdfac2866182cde22c92f240100a97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[1 of 3] Processing p
  [1 of 2] Compiling A[sig]           ( p/A.hsig, nothing )
  [2 of 2] Compiling P                ( p/P.hs, nothing )

T13323.bkp:9:13: warning: [-Wambiguous-fields (in -Wdefault)]
    The field ‘foo’ belonging to type A is ambiguous.
    This will not be supported by -XDuplicateRecordFields in future releases of GHC.
    You can use a qualified import or explicit case analysis to resolve the ambiguity.
[2 of 3] Processing q
  Instantiating q
  [1 of 1] Compiling A                ( q/A.hs, T13323.out/q/A.o )
[3 of 3] Processing r
  Instantiating r
  [1 of 1] Including p[A=q:A]
    Instantiating p[A=q:A]
    [1 of 2] Compiling A[sig]           ( p/A.hsig, T13323.out/p/p-HVmFlcYSefiK5n1aDP1v7x/A.o )
    [2 of 2] Compiling P                ( p/P.hs, T13323.out/p/p-HVmFlcYSefiK5n1aDP1v7x/P.o )

T13323.bkp:9:13: warning: [-Wambiguous-fields (in -Wdefault)]
    The field ‘foo’ belonging to type A is ambiguous.
    This will not be supported by -XDuplicateRecordFields in future releases of GHC.
    You can use a qualified import or explicit case analysis to resolve the ambiguity.
  [1 of 2] Compiling R                ( r/R.hs, T13323.out/r/R.o )
  [2 of 2] Instantiating p