Type Definition wlambda::compiler::GlobalEnvRef[][src]

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

Reference type of GlobalEnv.