Skip to main content

beta_normal_order

Function beta_normal_order 

Source
pub fn beta_normal_order(expr: &Expr) -> Expr
Expand description

Normal-order beta reduction.

Reduces the leftmost, outermost redex first. This strategy is guaranteed to terminate if any strategy terminates.