static L tok_argDecls(LS tok) { ret map(tok_typesAndNamesOfParams(tok), p -> new Tok_ArgDecl(tok, p.a, p.b)); }