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

Unparsable output from Boogie #489

Open
tillarnold opened this issue Jan 21, 2024 · 0 comments
Open

Unparsable output from Boogie #489

tillarnold opened this issue Jan 21, 2024 · 0 comments

Comments

@tillarnold
Copy link

I have found two examples that verify with silicon but when using carbon result in
An internal error occurred. Found an unparsable output from Boogie.

The error messages differ in the two cases.

Case 1

method x()
    ensures (forall q: Bool :: id(q == q))
{}

function id(a : Bool): Bool { a }

Results in an error of equality is not allowed in triggers.

Case 2

method test()
  ensures (forall q: Int :: id(let x == (q) in (true)))
  {}


function id(b: Bool): Bool  {
    b
}

Results in an error of trigger must mention all quantified variables.

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