summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/typecheck/should_fail/tcfail031.stderr-hugs
blob: a955d833cbec4f8ae0ebaa968637411c757eea97 (plain)
1
2
3
4
5
ERROR "tcfail031.hs":3 - Type error in conditional
*** Expression     : if 'a' then 1 else 2
*** Term           : 'a'
*** Type           : Char
*** Does not match : Bool