Skip to content

Commit

Permalink
chore: update F* and fix regressions
Browse files Browse the repository at this point in the history
  • Loading branch information
TWal committed Mar 20, 2024
1 parent ac6175f commit 44e03a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions flake.lock

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

Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ let rec filtered_resolution_are_leaves_imply_are_sorted #bytes #bl #tkt #l #i p
match t with
| TLeaf _ -> ()
| TNode None left right -> (
assert(forall (x:node_index) l. List.Tot.mem x l <==> List.Tot.memP x l);
filter_append p (resolution left) (resolution right);
FStar.Classical.forall_intro (List.Tot.append_mem (List.Tot.filter p (resolution left)) (List.Tot.filter p (resolution right)));
filtered_resolution_are_leaves_imply_are_sorted p left;
Expand Down

0 comments on commit 44e03a2

Please sign in to comment.