Y
Hacker News
new
|
ask
|
show
|
jobs
by
Peaker
4156 days ago
If you enable -Wall, Haskell forces you to use "_ <-" for any action that has a stateful result.
But the "let" vs no "let" is a pretty strong hint anyway :)
1 comments
mercurial
4156 days ago
Control.Monad.void is your friend.
link
Peaker
4155 days ago
Data.Functor.void you mean? :)
link