[nem-en] Partial application and functional types

Vladimir Reshetnikov v.reshetnikov at gmail.com
Wed Feb 14 15:17:50 CET 2007


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?



More information about the devel-en mailing list