[erlang-questions] Updates, lenses, and why cross-module inlining would be nice

Richard A. O'Keefe ok@REDACTED
Fri Nov 27 05:41:16 CET 2015


On 27/11/2015, at 5:36 am, Jesper Louis Andersen <jesper.louis.andersen@REDACTED> wrote:
 You can create an identity lens for instance:
> 
> lens_id() ->
>     {fun(X) -> X end, fun(A, _X) -> A, ...}.

I've just added that, with credit.





More information about the erlang-questions mailing list