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

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