pub fn eval_env(expr: &Expr, env: &Env, ctx: &Ctx) -> Result<Value, Raised>Expand description
Evaluate an expression in a given env with a Ctx (carrying the unique-id
source). The public entry behind a host’s “eval with environment” surface
(e.g. elly.Env.eval); eval is a thin wrapper around it.