summaryrefslogtreecommitdiff
path: root/testsuite/tests/backpack/should_fail/bkpfail37.stderr
blob: 320e107bf2b8b2734645c22fc993e1a93122fd02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[1 of 3] Processing p
  [1 of 1] Compiling A[sig]           ( p\A.hsig, nothing )
[2 of 3] Processing q
  Instantiating q
  [1 of 1] Compiling A                ( q\A.hs, bkpfail37.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 1] Compiling A[sig]           ( p\A.hsig, bkpfail37.out\p\p-HVmFlcYSefiK5n1aDP1v7x\A.o )

bkpfail37.bkp:9:9: error: [GHC-93007]
    • Identifier ‘op’ has conflicting fixities in the module
      and its hsig file
      Main module: infixr 4
      Hsig file: infixr 6
    • While checking that ‘q:A’ implements signature ‘A’ in ‘p[A=q:A]’.