blob: b792f1a8877658d3213a03a59aad8d87357cab90 (
plain)
1
2
3
4
5
6
7
8
9
10
|
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
|