Closed konnov closed 3 years ago
Not a bug in the assignment solver as such. The underlying cause for this seems to be the syntax
\E <<a,b>> \in S \X T : p
The Desugarer
should rewrite this into \E a \in S : \E b \in T : p
Let's fix it at the level of Desugarer
The fix is merged now
See #468. Use the following spec instead:
The transition pass fails as follows: