Skip to main content

mk_pi_chain

Function mk_pi_chain 

Source
pub fn mk_pi_chain(binders: Vec<(Name, Expr)>, ret: Expr) -> Expr
Expand description

Build a chain of Pi-types from a list of (name, type) binders and a result type.