static IF1 mainFunctionToIF1(fS fname) { ret new IF1() { public O get(O a) { ret callMC(fname, a); } }; }