You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
changed the title
internal error: CastToInteger should have been removed before here
internal error: interaction with builtin::Integer and triggers
Dec 10, 2024
I pulled a recent main 9711235 and got a panic on verisplinter. Recording attached.
2024-11-05-13-02-57.zip
The text was updated successfully, but these errors were encountered: