static T3 ai_parseArrowTriple(S s) { L l = splitAtSimpleArrow(s); if (l(l) != 3) null; ret listToTriple(l); }