pub fn eval_with(
expr: &Expr,
resolver: &dyn ModuleResolver,
) -> Result<Value, Raised>Expand description
Evaluate an expression in the empty environment with a module resolver
available to __Mod.load (see ModuleResolver). Otherwise identical to
eval.