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