static LPair tok_typesAndNamesOfFunctionDef(LS tok) { LS tokF = first(findFullFunctionDefs(tok)); ret tok_typesAndNamesOfParams(subList(tokF, tok_findArgs(tokF))); }