please include function makeVar. // test against cases svoid lambdaMapLike testTranspilationFunction(IVF1 f, S in, S out, S... moreInOut) { testTranspilationFunction_v2(f, in, out, moreInOut); } // just apply and return transpilation sS testTranspilationFunction(IVF1 f, S s) { ret testTranspilationFunction_v2(f, s); }