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

OverB.hs:7:15: error:
    Conflicting family instance declarations:
      C [Int] [a] = CListList2 -- Defined at OverB.hs:7:15
      C [a] [Int] = C9ListList -- Defined at OverC.hs:7:15

OverB.hs:9:15: error:
    Conflicting family instance declarations:
      OverA.D [Int] [a] = Int -- Defined at OverB.hs:9:15
      OverA.D [a] [Int] = Char -- Defined at OverC.hs:9:15