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

T8034.hs:6:3: error:
    • Couldn't match type ‘F a0’ with ‘F a’
      NB: ‘F’ is a type function, and may not be injective
      The type variable ‘a0’ is ambiguous
      Expected type: F a -> F a
        Actual type: F a0 -> F a0
    • In the ambiguity check for ‘foo’
      To defer the ambiguity check to use sites, enable AllowAmbiguousTypes
      When checking the class method: foo :: forall a. C a => F a -> F a
      In the class declaration for ‘C’