pub type BindingRow = BTreeMap<String, Binding>;
A row in the binding table: variable name -> bound value.
pub struct BindingRow { /* private fields */ }