Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UnsupportedOperationException for one/lone quantifiers #5

Open
philippemerle opened this issue Mar 26, 2020 · 0 comments
Open

UnsupportedOperationException for one/lone quantifiers #5

philippemerle opened this issue Mar 26, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@philippemerle
Copy link
Owner

UnsupportedOperationException is thrown when executing the following Alloy specification:
sig A { id: Int }
pred P1 [p : set A]
{
one a: p | a.id = 1
}
pred P2[p : set A] {
P1[ { x : p | x.id > 0 } ]
}
run {
some a : set A | P2[a]
}

If one is replaced by lone then the exception is also thrown.
If one is replaced by no/some/all then no exception is thrown.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant