summaryrefslogtreecommitdiff
path: root/testsuite/tests/deSugar/should_compile/T3263-1.stderr
blob: acc59ab3cd143293d305db21ccdbfb9cd29ffa5d (plain)
1
2
3
4
5
6
7
8
9
10

T3263-1.hs:25:3: warning: [-Wunused-do-bind (in -Wall)]
    A do-notation statement discarded a result of type ‘Int’
    Suggested fix:
      Suppress this warning by saying ‘_ <- nonNullM’

T3263-1.hs:35:3: warning: [-Wunused-do-bind (in -Wall)]
    A do-notation statement discarded a result of type ‘Int’
    Suggested fix:
      Suppress this warning by saying ‘_ <- nonNullM’