Skip to main content

TypeContext

Type Alias TypeContext 

Source
pub type TypeContext = FxHashMap<NameId, InstId>;
Expand description

Type variable context: maps variable NameId to its bound (an InstId type expr).

Aliased Typeยง

pub struct TypeContext { /* private fields */ }