Struct pomelo_hir::lower::context::Resolver
source · pub struct Resolver {
values: ScopedMap<LongVId, DefLoc>,
fixity: ScopedMap<LongVId, Fixity>,
tys: ScopedMap<LongTyCon, DefLoc>,
}Expand description
Holds the results of early name resolution
Fields§
§values: ScopedMap<LongVId, DefLoc>§fixity: ScopedMap<LongVId, Fixity>§tys: ScopedMap<LongTyCon, DefLoc>