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

T3263-2.hs:25:3: Warning:
    A do-notation statement discarded a result of type ‘m Int’
    Suppress this warning by saying ‘_ <- return (return 10 :: m Int)’
    or by using the flag -fno-warn-wrong-do-bind

T3263-2.hs:37:3: Warning:
    A do-notation statement discarded a result of type ‘m Int’
    Suppress this warning by saying ‘_ <- return (return 10 :: m Int)’
    or by using the flag -fno-warn-wrong-do-bind