summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail073.stderr
blob: c1b36669c1eb1979204a3647d432afb21042b0b2 (plain)
1
2
3
4
5

tcfail073.hs:8:10: error: [GHC-59692]
    Duplicate instance declarations:
      instance Eq a => Eq (a, b) -- Defined at tcfail073.hs:8:10
      instance (Eq a, Eq b) => Eq (a, b) -- Defined in ‘GHC.Classes’