summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/typecheck/should_fail/tcfail096.stderr
blob: c0ac91f6bfd5d7071c06786f1918404c978e0130 (plain)
1
2
3
4
5
6
7

tcfail096.hs:23:10:
    Functional dependencies conflict between instance declarations:
      instance Foo (p -> s) (t p) (t s)
        -- Defined at tcfail096.hs:23:10-38
      instance Foo ((a, b) -> r) (c a, c b) (c r)
        -- Defined at tcfail096.hs:24:10-38