Type Definition interpreter::environment::Env[][src]

pub type Env = Rc<RefCell<Environment>>;