summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail213.stderr
blob: 319a2b10e26430d55b7ba3f4f5653855160b590f (plain)
1
2
3
4
5
6
7

tcfail213.hs:8:1: error:
    • Potential superclass cycle for ‘C’
        one of whose superclass constraints is headed by a type family:
          ‘F a’
      Use UndecidableSuperClasses to accept this
    • In the class declaration for ‘C’