Skip to content

Commit

Permalink
Merge branch 'main' into ci-setup
Browse files Browse the repository at this point in the history
  • Loading branch information
parno committed Nov 26, 2024
2 parents 31c8f91 + 82583d3 commit b9251ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/human_eval_129.rs
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ proof fn lemma_less_than_step_even<const N: usize>(
alternate_path_,
)) implies (path_less_than(path + seq![extra_item], alternate_path_) || path + seq![
extra_item,
] == alternate_path_) by {
] =~= alternate_path_) by {
if path_less_than(path, alternate_path_.subrange(0, path.len() as int)) {
} else {
if (alternate_path_[path.len() as int] > extra_item) {
Expand Down Expand Up @@ -328,7 +328,7 @@ proof fn lemma_less_than_step_odd<const N: usize>(
alternate_path_,
)) implies (path_less_than(path + seq![extra_item], alternate_path_) || path + seq![
extra_item,
] == alternate_path_) by {
] =~= alternate_path_) by {
assert(is_valid_path::<N>(
grid@.map_values(|row: [u8; N]| row@.map_values(|item| item as int)),
alternate_path_.subrange(0, path.len() as int),
Expand Down

0 comments on commit b9251ac

Please sign in to comment.