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

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