static B lambdaMapLike callPrint1(IF1 f, A a) { print("Calling " + renderFunctionCall(str(f), a)); B b = f.get(a); print(" => " + b); ret b; }