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

on the commandline:
    Warning: -XRecursiveDo is deprecated: use -XDoRec or pragma {-# LANGUAGE DoRec #-} instead

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