pub type TypeContext = FxHashMap<NameId, InstId>;
Type variable context: maps variable NameId to its bound (an InstId type expr).
pub struct TypeContext { /* private fields */ }