diff options
Diffstat (limited to 'testsuite/tests/deSugar/should_compile/T3263-1.stderr')
-rw-r--r-- | testsuite/tests/deSugar/should_compile/T3263-1.stderr | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/testsuite/tests/deSugar/should_compile/T3263-1.stderr b/testsuite/tests/deSugar/should_compile/T3263-1.stderr new file mode 100644 index 0000000000..ac21515daf --- /dev/null +++ b/testsuite/tests/deSugar/should_compile/T3263-1.stderr @@ -0,0 +1,13 @@ + +on the commandline: + Warning: -XRecursiveDo is deprecated: use -XDoRec or pragma {-# LANGUAGE DoRec #-} instead + +T3263-1.hs:25:3: + Warning: A do-notation statement discarded a result of type Int. + Suppress this warning by saying "_ <- nonNullM", + or by using the flag -fno-warn-unused-do-bind + +T3263-1.hs:35:3: + Warning: A do-notation statement discarded a result of type Int. + Suppress this warning by saying "_ <- nonNullM", + or by using the flag -fno-warn-unused-do-bind |