static LS tok_identifiers(S s) { ret tok_identifiersInOrder(s); } static LS tok_identifiers(LS tok) { ret tok_identifiersInOrder(tok); }