[erlang-questions] Convert atom and arity into fun
Christian
<
>
Fri Sep 5 12:37:37 CEST 2008
Previous message:
[erlang-questions] Convert atom and arity into fun
Next message:
[erlang-questions] Convert atom and arity into fun
Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
funny(M,{F, 0}) -> fun () -> M:F() end; funny(M, {F, 1}) -> fun (A) -> M:F(A) end; ...
Previous message:
[erlang-questions] Convert atom and arity into fun
Next message:
[erlang-questions] Convert atom and arity into fun
Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the erlang-questions mailing list