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
The following code produces an error complaining about cond.type not being stable. In the subsequent function application we nonetheless try to compute the intersection of non-value type => Boolean and Singleton, which is caught by an assertion in AndType.
The following code produces an error complaining about
cond.type
not being stable. In the subsequent function application we nonetheless try to compute the intersection of non-value type=> Boolean
andSingleton
, which is caught by an assertion inAndType
.The text was updated successfully, but these errors were encountered: