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

T9774.hs:5:29:
    Couldn't match type ‘Char’ with ‘[Char]’
    Expected type: String
      Actual type: 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')