Why partial application does not work here? : [nemerle] def x = _(2); /* I mean _.apply(2), but I cannot use 'apply' explicitly */ def y = a => a + 1; _ = x(y) [/nemerle] May be, we need to add such a feature?