summaryrefslogtreecommitdiff
path: root/testsuite/tests/indexed-types/should_fail/Over.stderr
blob: e8ec20e772a3c387d04c02e63c1d09485947776b (plain)
1
2
3
4
5
6
7
8
9
10

OverD.hs:1:1: error: [GHC-34447]
    Conflicting family instance declarations:
      OverA.D [Int] [a] = Int -- Defined in module OverB
      OverA.D [a] [Int] = Char -- Defined in module OverC

OverD.hs:1:1: error: [GHC-34447]
    Conflicting family instance declarations:
      C [Int] [a] -- Defined in module OverB
      C [a] [Int] -- Defined in module OverC