if let Some(transition) = automaton.transitions().get(&(state_index, symbol.operation_id())) {
/// Given a term with head symbol 't_head' and subterms 't_subterms' and an EnhancedMatchAnnouncement,
let holds = (lhs_normal == rhs_normal && c.equality) || (lhs_normal != rhs_normal && !c.equality);