pub type Scope<Name, T> = HashMap<Name, T>;
A set of bindings between names and values.
pub struct Scope<Name, T> { /* private fields */ }