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
We should not generalize non-function values, which is unsound in the presence of mutation.
Also, it would be good to handle all 'a variables as rigid and have a different ?a syntax for flexible ones.
Also, we should be able to refer to the same variables across type annotations in a given def. So we should store type variables in the typing context, not just in an inner map of typeType2.
The text was updated successfully, but these errors were encountered:
We should not generalize non-function values, which is unsound in the presence of mutation.
Also, it would be good to handle all
'a
variables as rigid and have a different?a
syntax for flexible ones.Also, we should be able to refer to the same variables across type annotations in a given def. So we should store type variables in the typing context, not just in an inner map of
typeType2
.The text was updated successfully, but these errors were encountered: