Skip to content

Commit

Permalink
Adapt to coq/coq#18164
Browse files Browse the repository at this point in the history
  • Loading branch information
Villetaneuse committed Nov 1, 2023
1 parent 7e1773e commit d9ef832
Show file tree
Hide file tree
Showing 25 changed files with 635 additions and 679 deletions.
2 changes: 1 addition & 1 deletion src/FCF/Array.v
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@ Theorem arrayLookup_allNats_eq :
rewrite app_length in H.
rewrite fst_split_app_eq in H.
simpl in *.
rewrite plus_comm in H.
rewrite Nat.add_comm in H.
simpl in *.
eapply app_inj_tail in H.
intuition.
Expand Down
Loading

0 comments on commit d9ef832

Please sign in to comment.