summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T3263.stderr
blob: dd72b3f31b2749143afccf479ddf3c1dcbe978e8 (plain)
1
2
3
4
5

T3263.hs:8:12: warning: [-Wunused-do-bind (in -Wall)]
    A do-notation statement discarded a result of type ‘Char’
    Suggested fix:
      Suppress this warning by saying ‘_ <- getChar’