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

OverB.hs:7:15: error:
    Conflicting family instance declarations:
      C [Int] [a] -- Defined at OverB.hs:7:15
      C [a] [Int] -- 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