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