summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T7279.stderr
blob: 33af730620cb68d90257fff1cdf4fff6449ac29d (plain)
1
2
3
4
5
6
7
8
9
10
11

T7279.hs:6:10:
    Could not deduce (Show b0)
    from the context: (Eq a, Show b)
      bound by an instance declaration: (Eq a, Show b) => Eq (T a)
      at T7279.hs:6:10-35
    The type variable ‘b0’ is ambiguous
    In the ambiguity check for an instance declaration:
      forall a b. (Eq a, Show b) => Eq (T a)
    To defer the ambiguity check to use sites, enable AllowAmbiguousTypes
    In the instance declaration for ‘Eq (T a)’