Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolve, normalize and follow perform similar tasks #43

Open
nsbgn opened this issue Sep 28, 2021 · 0 comments
Open

Resolve, normalize and follow perform similar tasks #43

nsbgn opened this issue Sep 28, 2021 · 0 comments

Comments

@nsbgn
Copy link
Contributor

nsbgn commented Sep 28, 2021

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.

nsbgn added a commit that referenced this issue Nov 4, 2021
Resolve is too vague. This terminology is far more descriptive. See also
issue #43.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant