Skip to main content

normalize_fully

Function normalize_fully 

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

Normalize an expression fully, but only up to a given depth limit.

Stops descending past max_depth levels of binders/applications. Returns the partially normalized expression.