static bool tok_containsSimpleArrow(S s) { ret tok_containsSimpleArrow(javaTok(s)); } static bool tok_containsSimpleArrow(L tok) { ret containsSubList(tok, "-", "", ">"); }