One-line function return lambda__anonymous function

λ refers to the anonymous function b->a^2+b

Simply do

f1(a,b) = a^2+b
3 Likes