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

Quantified Let Binding without trigger causes internal error #415

Open
dewert99 opened this issue Jun 8, 2022 · 0 comments
Open

Quantified Let Binding without trigger causes internal error #415

dewert99 opened this issue Jun 8, 2022 · 0 comments

Comments

@dewert99
Copy link
Contributor

dewert99 commented Jun 8, 2022

The following program:

method test3(xs: Set[Bool]) {
  inhale forall b1: Bool :: let ys == (xs) in (b1 in ys ==> true)
}

produces a java.lang.RuntimeException: Internal Error: variable ys is not defined.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant