summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T9318.stderr
blob: 218ae97b77575d5e997f26afe057a812ec09ddea (plain)
1
2
3
4
5
6
7

T9318.hs:12:5:
    Couldn't match type ‘Char’ with ‘Bool’
    Expected type: F Int
      Actual type: Char
    In the pattern: 'x'
    In an equation for ‘bar’: bar 'x' = ()