Comment on Use Haskell for shell scriptingparentComments−Peaker11yIf 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 :)−mercurial11yControl.Monad.void is your friend.−Peaker11yData.Functor.void you mean? :)
Comments
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 :)
Control.Monad.void is your friend.
Data.Functor.void you mean? :)