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