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

bkpfail47.bkp:10:9: error:
    • Type constructor ‘T’ has conflicting definitions in the module
      and its hsig file
      Main module: type role T representational nominal
                   type T :: * -> * -> *
                   data T a b = MkT
      Hsig file:  type role T nominal representational
                  type T :: * -> * -> *
                  data T a b
      The roles are not compatible:
      Main module: [representational, nominal]
      Hsig file: [nominal, representational]
    • while merging the signatures from:
        • p[A=<A>]:A
        • q[A=<A>]:A
        • ...and the local signature for A