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

Lib impl makes assumptions about type par of infix methods #13

Open
asujeeth opened this issue May 1, 2013 · 0 comments
Open

Lib impl makes assumptions about type par of infix methods #13

asujeeth opened this issue May 1, 2013 · 0 comments
Assignees
Labels

Comments

@asujeeth
Copy link
Contributor

asujeeth commented May 1, 2013

The library implementation currently assumes the name of the type parameter in the enclosing class and the name the of the type parameter in infix op arguments will be the same, when it is not necessary for them to be so to be semantically correct.

This is related to #12, since the declaration of a type constructor should not require specifying a concrete type parameter.

@ghost ghost assigned asujeeth May 1, 2013
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