pub fn try_reduce_step(expr: &Expr) -> ReductionResultExpand description
Attempt a single reduction step, returning a ReductionResult.
Unlike count_reduction_steps, this function performs at most one step
and clearly indicates whether the expression changed.