Differences

This shows you the differences between two versions of the page.

Link to this comparison view

fp:lecture03 [2022/03/15 14:16]
pdmatei created
fp:lecture03 [2022/03/18 12:28] (current)
pdmatei
Line 11: Line 11:
 } }
 sumWithf(x => x, 0, 10) sumWithf(x => x, 0, 10)
-sumWithf((x,​y) => x + y, 0, 10) 
 </​code>​ </​code>​