You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace the two parallel generic representations (Type::Var(usize) for stdlib, Type::Named("T") for imports) with a single system. One set of unification/substitution functions used by all call paths.