pub type GlobalEnvRef = Rc<RefCell<GlobalEnv>>;
Expand description

Reference type of GlobalEnv.