Skip to main content

evaluate

Function evaluate 

Source
pub fn evaluate(expr: &Expr, env: &Environment) -> Expr
Expand description

Evaluate an expression with an environment to a value.

This is like normalize_env but stops at constructors and lambda abstractions.