static L repFunc(F0 f, int n) { L l = emptyList(n); for i to n: l.add(callF(f)); ret l; }