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

OverB.hs:7:15:
    Conflicting family instance declarations:
      data instance OverA.C [Int] [a] -- Defined at OverB.hs:7:15
      data instance OverA.C [a] [Int] -- Defined at OverC.hs:7:15

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