// TODO: make work again for IF2 etc
static <A, B> void lambdaMapLike testFunctionValue(IF1<A, B> function, A in, B expected) {
  S what = print(renderFunctionCall(str(function), in));
  assertEqualsVerbose(what, expected, function.get(in));
}