Skip to main content

normalize_binders

Function normalize_binders 

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

Normalize only up to n binders deep.

This is useful for inspecting the head of a term without fully normalizing the bodies of lambdas/pis.