summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail154.stderr
blob: a4bda5998e64c1debfe4910b73fa09ed6996bac5 (plain)
1
2
3
4
5
6

tcfail154.hs:13:10: error:
    • Variable ‘a’ occurs more often
        in the constraint ‘C a a’ than in the instance head ‘Eq (T a)’
      (Use UndecidableInstances to permit this)
    • In the instance declaration for ‘Eq (T a)’