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

T3263-2.hs:25:3: warning: [-Wwrong-do-bind (in -Wdefault)]
    A do-notation statement discarded a result of type ‘m Int’
    Suppress this warning by saying ‘_ <- return (return 10 :: m Int)’

T3263-2.hs:37:3: warning: [-Wwrong-do-bind (in -Wdefault)]
    A do-notation statement discarded a result of type ‘m Int’
    Suppress this warning by saying ‘_ <- return (return 10 :: m Int)’