InnermostStack::add_rewrite(&mut write_configs, &mut write_terms, input_term.copy(), top_of_stack);
InnermostStack::add_result(&mut write_configs, symbol.into(), arguments.len(), result);
if let Some(transition) = automaton.transitions.get(&(state_index, symbol.operation_id())) {
&& InnermostRewriter::check_conditions(tp, stack, builder, stats, automaton, annotation, t)
let rhs_normal = InnermostRewriter::rewrite_aux(tp, stack, builder, stats, automaton, rhs);
// TODO: Store the conditions in a better way. REC now uses a list of equalities while mCRL2 specifications have a simple condition.