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

internal error: interaction with builtin::Integer and triggers #1337

Open
jonhnet opened this issue Nov 5, 2024 · 1 comment
Open

internal error: interaction with builtin::Integer and triggers #1337

jonhnet opened this issue Nov 5, 2024 · 1 comment

Comments

@jonhnet
Copy link
Collaborator

jonhnet commented Nov 5, 2024

I pulled a recent main 9711235 and got a panic on verisplinter. Recording attached.

2024-11-05-13-02-57.zip

@tjhance
Copy link
Collaborator

tjhance commented Dec 10, 2024

minimal repro:

proof fn test<B: builtin::Integer>(tbl: Seq<B>, i: int) {
    assert(forall |ip, jp| 0 <= ip <= jp <= i ==> tbl[jp] as int <= tbl[ip] as int);
}

@tjhance tjhance changed the title internal error: CastToInteger should have been removed before here internal error: interaction with builtin::Integer and triggers Dec 10, 2024
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

2 participants