3 lines
41 B
Text
3 lines
41 B
Text
|
|
curriedPlus(x)=y->x+y;
|
||
|
|
curriedPlus(1)(2)
|