static bool tok_containsSimpleArrows(S s) { ret tok_containsSimpleArrow(s); } static bool tok_containsSimpleArrows(L tok) { ret tok_containsSimpleArrow(tok); }