Skip to content

Commit

Permalink
fix & update
Browse files Browse the repository at this point in the history
  • Loading branch information
h0nzZik committed Jan 22, 2024
1 parent 83e5f2c commit 70f9207
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 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.

7 changes: 2 additions & 5 deletions minuska/theories/BuiltinValue.v
Original file line number Diff line number Diff line change
Expand Up @@ -1188,10 +1188,7 @@ Section sec.
{
destruct a; unfold bv_to_tree; fold bv_to_tree.
{
ltac1:(simp BVsize in Hr).
ltac1:(simp BVsize in IHm).
ltac1:(specialize (IHm ltac:(lia))).
unfold my_list_size in Hr.
ltac1:(specialize (IHm ltac:(simpl in *; lia))).
simpl in IHm.
rewrite bind_Some in IHm.
destruct IHm as [x [IHm1 IHm2]].
Expand Down Expand Up @@ -1287,7 +1284,7 @@ Section sec.

ltac1:(ospecialize (IHao2 _)).
{
simpl in Hr. ltac1:(lia).
simpl in Hr. ltac1:(simpl in *; lia).
}
simpl in IHao2.
rewrite bind_Some in IHao2.
Expand Down

0 comments on commit 70f9207

Please sign in to comment.