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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: