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
sig A {}
test expect {
higherOrderSome: {
some X: set A | #X > 1
} is sat
}
The above parses and runs without any error -- until the test fails. If we're going to permit Alloy-style higher-order some we need to preserve its semantics. Alternatively, we could give an error when someone tries to use Alloy-style some ... set ....
The text was updated successfully, but these errors were encountered:
The above parses and runs without any error -- until the test fails. If we're going to permit Alloy-style higher-order
some
we need to preserve its semantics. Alternatively, we could give an error when someone tries to use Alloy-stylesome ... set ...
.The text was updated successfully, but these errors were encountered: