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

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