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

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

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