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

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