sS nTheories(long n) { ret n2(n, "theory", "theories"); } sS nTheories(Collection l) { ret nTheories(l(l)); } sS nTheories(Map map) { ret nTheories(l(map)); }