[erlang-questions] Convert atom and arity into fun
Christian
chsu79@REDACTED
Fri Sep 5 12:37:37 CEST 2008
Previous message (by thread):
[erlang-questions] Convert atom and arity into fun
Next message (by thread):
[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 (by thread):
[erlang-questions] Convert atom and arity into fun
Next message (by thread):
[erlang-questions] Convert atom and arity into fun
Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the erlang-questions mailing list