summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail006.stderr
blob: 387fe56b4921283691a4250d8b67f19370719758 (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)