static L virtualList(int n, IF1 f) { ret listFromFunction(n, f); } static L lambdaMapLike virtualList(IF1 f, int n) { ret listFromFunction(f, n); }