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

tcfail006.hs:4:24: error:
    • 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)