static O callF_plusMap(O f, O... args) { if (f instanceof S) { new Matches m; if (startsWith(f, "map ", m) && l(args) == 1) ret map(m.rest(), (Iterable) first(args)); } ret callF(f, args); }