pub type LexicalScope = RedBlackTreeMap<Interned<str>, Expr, ArcTK>;
struct LexicalScope { /* private fields */ }