sbool gazelle_isRuleOnFacts(S text, LS comments) { ret contains(comments, "in = statement"); } sbool gazelle_isRuleOnFacts(S text, S comments) { ret gazelle_isRuleOnFacts(text, tlft(comments)); }