Skip to main content

eval

Function eval 

Source
pub fn eval(expr: &Expr) -> Result<Value, Raised>
Expand description

Evaluate an expression in the empty environment.

The Ctx threaded through evaluation carries the per-runtime unique-id source: each &-abstraction stamps its closure with the next id, giving callables an identity for equality/order.