pub type Env<'a> = Rc<EnvNode<'a>>;
A shared, persistent environment.
pub struct Env<'a> { /* private fields */ }