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

T5236.hs:13:9:
    Couldn't match type ‘A’ with ‘B’
    arising from a functional dependency between:
      constraint ‘Id A B’
        arising from the type signature for loop :: Id A B => Bool
      instance ‘Id A A’ at T5236.hs:10:10-15
    In the ambiguity check for: Id A B => Bool
    To defer the ambiguity check to use sites, enable AllowAmbiguousTypes
    In the type signature for ‘loop’: loop :: Id A B => Bool