static L lambdaMapLike reallyLazyMap(IF1 f, L l) { ret lazyMap_noSave(f, l); } static L reallyLazyMap(L l, IF1 f) { ret lazyMap_noSave(f, l); }