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

tc168.hs:17:1: error:
    • Could not deduce (C a1 (a2, b0))
      from the context: C a1 (a2, b)
        bound by the inferred type for ‘g’:
                   forall {a1} {a2} {b}. C a1 (a2, b) => a1 -> a2
        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