summaryrefslogtreecommitdiff
path: root/testsuite/tests/deSugar/should_compile/T10662.stderr
blob: 6a5cc457fc23e722564e1fc1c82d7026921d6047 (plain)
1
2
3
4
5

T10662.hs:3:3: warning: [-Wunused-do-bind (in -Wall)]
    A do-notation statement discarded a result of type ‘String’
    Suppress this warning by saying
      ‘_ <- return $ let a = "hello" in a’