summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T8034.stderr
blob: 77a60294ce0441e90d36de70f14e6e03350600d9 (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’