summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail118.stderr
blob: 6052d6d9667e020676b546d980fbcb1aacc7b7e4 (plain)
1
2
3
4
5
6
7
8

tcfail118.hs:10:29: error: [GHC-43085]
    • Overlapping instances for Eq Foo
        arising from the first field of ‘Bar’ (type ‘Foo’)
      Matching instances:
        instance Eq Foo -- Defined at tcfail118.hs:13:10
        instance Eq Foo -- Defined at tcfail118.hs:11:25
    • When deriving the instance for (Eq Bar)