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