Type Definition ClosNodeRef
wlambda::vval
type ClosNodeRef = Rc<RefCell<dyn Fn(&mut Env, usize) -> Result<VVal, StackAction>>>;