pub type BindingFrame<'a> = HashMap<String, BoundArg<'a>>;
pub struct BindingFrame<'a> { /* private fields */ }