Skip to main content

eval_nat_term

Function eval_nat_term 

Source
pub fn eval_nat_term(env: &Env, node: &Node) -> Result<EvalNatResult, String>
Expand description

Normalize a closed Peano term by dispatching through active links-level computation rules. Host arithmetic is only used by the final renderer.