Skip to content

Commit

Permalink
Compatibility with coq/coq#16756 (#1541)
Browse files Browse the repository at this point in the history
  • Loading branch information
andres-erbsen authored Dec 11, 2022
1 parent 39e1afa commit 671cf28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Bedrock/End2End/RupicolaCrypto/Broadcast.v
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ Section with_parameters.
: map f (upd l i a) = upd (map f l) i (f a).
Proof.
eapply nth_error_ext;
intros.
intros i0.
destruct (Nat.compare_spec i0 (length l)); subst.
1,3: rewrite !ListUtil.nth_error_length_error; eauto;
repeat rewrite ?List.map_length, ?List.upd_length; lia.
Expand Down

0 comments on commit 671cf28

Please sign in to comment.