summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/fd-loop.stderr
blob: 86a70f5b760099a9eaba743842473d16b1945aed (plain)
1
2
3
4
5
6

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