sS nRepetitions(long n) { ret n2(n, "repetition"); } sS nRepetitions(Cl l) { ret nRepetitions(l(l)); } sS nRepetitions(Map map) { ret nRepetitions(l(map)); }