summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_compile/tc168.stderr
blob: 762f66615387b10c280d0ddac364a6f3ec06f59d (plain)
1
2
3
4
5
6
7
8
9
10
11
12

tc168.hs:17:1: error:
    • Could not deduce (C a (a1, b0))
      from the context: C a (a1, b)
        bound by the inferred type for ‘g’:
                   forall {a} {a1} {b}. C a (a1, b) => a -> a1
        at tc168.hs:17:1-16
      The type variable ‘b0’ is ambiguous
    • In the ambiguity check for the inferred type for ‘g’
      To defer the ambiguity check to use sites, enable AllowAmbiguousTypes
      When checking the inferred type
        g :: forall {a1} {a2} {b}. C a1 (a2, b) => a1 -> a2