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

tcfail199.hs:5:1: error:
    • Couldn't match type: [Char]
                     with: IO t0
      Expected: IO t0
        Actual: String
    • In the expression: main
      When checking the type of the IO action ‘main’