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
Currently when checking if a TypeVariable is a subtype of other TypeVariable the strategy is to check if they have the same constraints. It can probably be done in a more clever way.
Good starting point in code is marked with //TODO #56
The text was updated successfully, but these errors were encountered:
Currently when checking if a
TypeVariable
is a subtype of otherTypeVariable
the strategy is to check if they have the same constraints. It can probably be done in a more clever way.Good starting point in code is marked with
//TODO #56
The text was updated successfully, but these errors were encountered: