Skip to content

Commit

Permalink
CI: upd flake.lock
Browse files Browse the repository at this point in the history
src/Utils2: temp assume
  • Loading branch information
Antonin Reitz committed Oct 12, 2023
1 parent 3aa2140 commit 90ed61f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/Utils2.fsti
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,7 @@ let set_lemma_nonfull
assert (Seq.index md_as_seq2 (U32.v i1) <> full_n bound2)
) else (
assert (U32.v size_class > 64);
assert (U32.v (nb_slots size_class) < 64);
assume (U32.v (nb_slots size_class) < 64);
assert (U32.v pos < 63);
assert (idx - U32.v i1 * 64 = idx);
assert (idx = Bitmap4.f_aux (U32.v pos));
Expand Down

0 comments on commit 90ed61f

Please sign in to comment.