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

Control.Monad.void is your friend.
Data.Functor.void you mean? :)