>
>  I would prefer to introduce a general approach to this, such that:

How general do you want it to be?
Is this to cater solely for conveniently inlining side-effects; e.g. write
to log, network, console or are there other use-cases that you envision?
Do you envision inlining multiple side-effects:
`|> tap(&Map.keys/1, [&IO.inspect/1, &KafkaEx.produce("foo", 0,
&Poison.encode!(&1)), ...])` to facilitate some fan-out strategy with
perhaps some desired options?

-- 
You received this message because you are subscribed to the Google Groups 
"elixir-lang-core" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to elixir-lang-core+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elixir-lang-core/CAAkfbUr9Ud1iKo0X1bCu1tcL5V1M-Z0um6-8JyFA0kOeh7fUmA%40mail.gmail.com.

Reply via email to