summaryrefslogtreecommitdiff
path: root/testsuite/tests/backpack/should_fail/bkpfail53.stderr
blob: b694bc57ff0652beef758e39ed60a134072b673b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[1 of 2] Processing p
  [1 of 2] Compiling H[sig]           ( p/H.hsig, nothing )
  [2 of 2] Compiling I                ( p/I.hs, nothing )
[2 of 2] Processing q
  [1 of 4] Compiling B                ( q/B.hs, nothing )
  [2 of 4] Compiling A[sig]           ( q/A.hsig, nothing )

bkpfail53.bkp:15:9: error:
    • Type constructor ‘T’ has conflicting definitions in the module
      and its hsig file
      Main module: type T :: *
                   type T = B.T
      Hsig file:  type T :: *
                  data T = T Int
    • while merging the signatures from:
        • p[H=<A>]:H
        • ...and the local signature for A