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

T7279.hs:6:10:
    Could not deduce (Show b0)
      arising from the ambiguity check for an instance declaration
    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: 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)’