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