summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/typecheck/should_fail/tcfail033.stderr
blob: 826ad4626d13ee2f73acba993e2b56ebffb7dcc6 (plain)
1
2
3
4
5
6

tcfail033.hs:4:12:
    Occurs check: cannot construct the infinite type: t0 = (t0, t1)
    In the expression: x
    In the expression: [x | (x, y) <- buglet]
    In an equation for `buglet': buglet = [x | (x, y) <- buglet]