Skip to main content

LcnfDeclInput

Type Alias LcnfDeclInput 

Source
pub type LcnfDeclInput = (Name, Vec<(Name, Expr)>, Expr);
Expand description

Type alias for the raw kernel input to exprs_to_lcnf: (name, params, body).