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
While you normally don't compare types with assert statements, I believe the actual expression doesn't have to be a subtype of the expected. Can we change it to weak comparability (:~:) so that it is enough when one of the expressions is a subtype of the other?
The text was updated successfully, but these errors were encountered:
While you normally don't compare types with assert statements, I believe the actual expression doesn't have to be a subtype of the expected. Can we change it to weak comparability (:~:) so that it is enough when one of the expressions is a subtype of the other?
The text was updated successfully, but these errors were encountered: