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 we use !isSameType to conclude that two invariant types are disjoint, but as Guillaume pointed out that's incorrect. This should be reworked into a new def provablyNotEqual method in the same style than provablyDisjoint.
The text was updated successfully, but these errors were encountered:
Currently we use
!isSameType
to conclude that two invariant types are disjoint, but as Guillaume pointed out that's incorrect. This should be reworked into a newdef provablyNotEqual
method in the same style thanprovablyDisjoint
.The text was updated successfully, but these errors were encountered: