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

Implement Implicit Type Parameter processing #39

Open
stephen-zhao opened this issue Sep 23, 2017 · 0 comments
Open

Implement Implicit Type Parameter processing #39

stephen-zhao opened this issue Sep 23, 2017 · 0 comments

Comments

@stephen-zhao
Copy link
Owner

Implicit type parameters are needed for operators that cannot infer the types of their parameters, so need general types. The following functionality is needed for this:

  1. Object::inferThatType (on a formal parameter) upon returning None will make the decision to prepend the current formal parameter with a type parameter
  2. Unique type parameter name generation
  3. In an ApplyExpr a type parameter has to be automatically/implicitly passed in before the actual parameter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant