Skip to content

Commit

Permalink
perf: replaced best tactics by hauto l: on
Browse files Browse the repository at this point in the history
  • Loading branch information
0xMushow committed Dec 16, 2024
1 parent 73adf52 commit aa6ce05
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -893,7 +893,7 @@ Proof.
destruct p as [t0' type_safety_checker'].
destruct t0'; cbn; trivial.
unfold set; cbn.
best.
hauto l: on.
}
{ guard_instruction Bytecode.Shr.
unfold_state_monad.
Expand All @@ -914,7 +914,7 @@ Proof.
destruct p as [t0' type_safety_checker'].
destruct t0'; cbn; trivial.
unfold set; cbn.
best.
hauto l: on.
}
{ guard_instruction (Bytecode.VecPack t z).
admit.
Expand Down

0 comments on commit aa6ce05

Please sign in to comment.