pub type BindingsMap = BTreeMap<SmolStr, RefCell<BindingExpression>>;
pub struct BindingsMap { /* private fields */ }