static T3S gazelle_tripleForSingleRule(S ruleID) { PairS p = dm_textAndCommentForRule(ruleID); if (p == null) null; ret t3(p.a, p.b, ruleID); }