
24 Aug
2011
24 Aug
'11
4:44 p.m.
On Wed, Aug 24, 2011 at 6:18 PM, Mathias Gaunard <mathias.gaunard@ens-lyon.org> wrote:
On 24/08/2011 10:41, Thomas Heller wrote:
FWIW, the feature described is currently perfectly doable with phoenix right now. With a combination of lambda, bind and placeholders. Which is, admittingly, not very elegant to do. A lot of boilerplate for such a seemingly simple task.
bind requires knowing the arity of the function, unless there is a trick to avoid that?
Not that i know of. calling bind(f()); assumes a nullary functor.