summaryrefslogtreecommitdiff
path: root/testsuite/tests/backpack/should_fail/bkpfail17.stderr
blob: 52e0a0665a59eed1fa9b4e250a4af935068cdb90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[1 of 2] Processing p
  [1 of 1] Compiling ShouldFail[sig] (.hsig -> nothing)
[2 of 2] Processing q
  Instantiating q
  [1 of 1] Including p[ShouldFail=base-4.9.0.0:Prelude]
    Instantiating p[ShouldFail=base-4.9.0.0:Prelude]
    [1 of 1] Compiling ShouldFail[sig] (.hsig -> .o)

<no location info>: error:
    Type constructor ‘Data.Either.Either’ has conflicting definitions in the module
    and its hsig file
    Main module: data Data.Either.Either a b
                   = Data.Either.Left a | Data.Either.Right b
    Hsig file:  type role Data.Either.Either representational phantom phantom
                data Data.Either.Either a b c = Data.Either.Left a
    The types have different kinds