pub type Bindings = HashMap<(Substr, TokenKind), Arc<Decl>>;
A mapping of identifier names to their declarations
pub struct Bindings { /* private fields */ }