printable version

Test 1 Review B

[1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17]

Problem R1b.1.

Give a lambda expression representing the composition function. That is, the function represented by your expression should take two functions f and g as arguments and return the composition of the two functions — i.e., a function h where h(x)=f(g(x)) for any x.