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

tcfail214.hs:9:10:
    Illegal constraint ‘F a’ in a superclass/instance context
      (Use UndecidableInstances to permit this)
    In the context: (F a)
    While checking an instance declaration
    In the instance declaration for ‘C [a]’