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

tcfail006.hs:4:24:
    No instance for (Num Bool) arising from the literal ‘1’
    In the expression: 1
    In the expression: (True, 1)
    In a case alternative: True -> (True, 1)