blob: e1f8c75c17830bbb1ad4afc9aefed9dc590ffed7 (
plain)
1
2
3
4
5
6
|
T10662.hs:3:3: warning: [-Wunused-do-bind (in -Wall)]
A do-notation statement discarded a result of type ‘String’
Suggested fix:
Suppress this warning by saying
‘_ <- return $ let a = "hello" in a’
|