[Haskell-cafe] Usage of `pure`

PY aquagnu at gmail.com
Thu Jun 7 11:21:09 UTC 2018


Hello, Dear Cafe!

Consider, I have big application with monad and applicative related 
code. What problems I can hit if I will replace all `return`s with 
`pure` (in `do`-blocks, anywhere). So, `return` will be totally eliminated.

===

Best regards, Paul



More information about the Haskell-Cafe mailing list