summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/deSugar/should_compile/T3263-1.stderr
blob: ac21515dafc8b7eb27fc46339b9016bbebfa146b (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-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