Type Definition EvalNode
wlambda::vval
type EvalNode = Box<dyn Fn(&mut Env) -> Result<VVal, StackAction>>;