Skip to content

Commit

Permalink
fix build failure caused by previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelgruetter committed May 3, 2022
1 parent c510bd8 commit 994a547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Rupicola/Examples/Net/IPChecksum/Impl.v
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Section Properties.
acc).
Proof.
intros.
rewrite div_up_eqn by lia.
rewrite Nat.div_up_eqn by lia.
rewrite Nat2Z.inj_add.
rewrite <- !fold_left_as_nd_ranged_for_all.
rewrite (z_range_app 0 (Z.of_nat (n / 2)) (_ + _)) by lia.
Expand Down

0 comments on commit 994a547

Please sign in to comment.