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

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