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

type GlobalEnvRef = Rc<RefCell<GlobalEnv>>;

Reference type of GlobalEnv.