Type Definition wlambda::vval::ClosNodeRef

source · []
pub type ClosNodeRef = Rc<RefCell<dyn Fn(&mut Env, usize) -> Result<VVal, StackAction>>>;