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

T7851.hs:5:10:
    Couldn't match expected type ‛IO a0’ with actual type ‛a1 -> IO ()’
    Probable cause: ‛print’ is applied to too few arguments
    In a stmt of a 'do' block: print
    In the expression:
      do { print;
           print "Hello" }