Skip to main content

count_reduction_steps

Function count_reduction_steps 

Source
pub fn count_reduction_steps(expr: &Expr) -> (usize, Expr)
Expand description

Count the number of reduction steps to reach normal form.

Returns the step count and the normalized expression.