summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_run/T10284.stdout
blob: 82f9518fc79ead23734ffbb87465b57e4afb130b (plain)
1
2
3
4
5
As expected, TypeError: T10284.hs:6:5: error:
    • Couldn't match expected type ‘Int’ with actual type ‘Char’
    • In the expression: 'a'
      In an equation for ‘a’: a = 'a'
(deferred type error)