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

T4246.hs:9:9: error: [GHC-34447]
    Conflicting family instance declarations:
      F a = a -- Defined at T4246.hs:9:9
      F Int = Bool -- Defined at T4246.hs:12:9

T4246.hs:15:15: error: [GHC-34447]
    Conflicting family instance declarations:
      G Int = Int -- Defined at T4246.hs:15:15
      G Int = Bool -- Defined at T4246.hs:16:15