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