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

tcfail180.hs:10:9:
    Couldn't match expected type ‘f0 b0’ with actual type ‘Bool’
    In the pattern: True
    In a case alternative: True -> ()
    In the expression: case p of { True -> () }