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
I encountered this downstream in HypothesisWorks/hypothesis#4410. The core issue there is that it is not the case that TypeAliasType("A", int) < type[int], even though it is the case that NewType("A", int) < type[int]. Is there a reason for the semantics of TypeAliasType and NewType to differ here that I'm missing?