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