[erlang-questions] fun question...
Björn Gustavsson
bgustavsson@REDACTED
Wed Mar 31 08:59:00 CEST 2010
On Tue, Mar 30, 2010 at 7:23 PM, Dave Smith <dave.smith.to@REDACTED> wrote:
> So I was expecting this to work...
> EncFn = fun CodecModule:encode/1.
>
It currently does not work, but it might in a future release.
There is an EEP:
http://www.erlang.org/eeps/eep-0023.html
Before that EEP is implemented, you can use
erlang:make_fun(Mod, Name, Arity)
to create a fun.
--
Björn Gustavsson, Erlang/OTP, Ericsson AB
More information about the erlang-questions
mailing list