-
Notifications
You must be signed in to change notification settings - Fork 48
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
Spurious Counterexample With Nested Arrays #434
Comments
This seems to go into a loop on |
Diff to add to check:
|
So this is super-annoying. When I make it into a |
Same exect behaviour with
Again in a |
The following test gives a counterexample that does not seem to reproduce in foundry:
This gives me a cex of
prove_nested_append(0,2);
, but when I try to run that in foundry as a concrete test, I don't trigger any assertions...The text was updated successfully, but these errors were encountered: