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
In type.py, resolve() takes the upper or lower bound on variables, follow() follows type variables to their bindings and normalize() applies follow to all variables in a type. These perform confusingly similar tasks, so it would be helpful to combine them.
The text was updated successfully, but these errors were encountered:
In
type.py
,resolve()
takes the upper or lower bound on variables,follow()
follows type variables to their bindings andnormalize()
applies follow to all variables in a type. These perform confusingly similar tasks, so it would be helpful to combine them.The text was updated successfully, but these errors were encountered: