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
is currently not possible as far as I can tell, since type expects its RHS to be a value type, but this RHS is a computation type. However, I'm not sure this restriction is necessary and would like to lift it.
The text was updated successfully, but these errors were encountered:
is currently not possible as far as I can tell, since
type
expects its RHS to be a value type, but this RHS is a computation type. However, I'm not sure this restriction is necessary and would like to lift it.The text was updated successfully, but these errors were encountered: