summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail027.stderr
blob: e8b2770e2bff8d2d4690bc84ed284db00310a0ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

tcfail027.hs:4:1: error:
    • Superclass cycle for ‘A’
        one of whose superclasses is ‘B’
        one of whose superclasses is ‘A’
      Use UndecidableSuperClasses to accept this
    • In the class declaration for ‘A’

tcfail027.hs:7:1: error:
    • Superclass cycle for ‘B’
        one of whose superclasses is ‘A’
        one of whose superclasses is ‘B’
      Use UndecidableSuperClasses to accept this
    • In the class declaration for ‘B’