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

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