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