Skip to main content

beta_normalize

Function beta_normalize 

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

Perform beta reduction to normal form.

Repeatedly apply beta reduction until no more reductions are possible.