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

T9774.hs:5:17: error:
    • Couldn't match type ‘Char’ with ‘[Char]’
      Expected: String
        Actual: Char
    • In the first argument of ‘putStrLn’, namely ‘(assert True 'a')’
      In the expression: putStrLn (assert True 'a')
      In an equation for ‘foo’: foo = putStrLn (assert True 'a')