Skip to main content

mk_lam_n

Function mk_lam_n 

Source
pub fn mk_lam_n(binders: &[(BinderInfo, Expr)], body: Expr) -> Expr
Expand description

Build a nested Lam abstraction from a list of binders and a body.