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

tcfail213.hs:8:1: error:
    • Illegal constraint ‘F a’ in a superclass context
        (Use UndecidableInstances to permit this)
    • In the context: F a
      While checking the super-classes of class ‘C’
      In the class declaration for ‘C’