Some list related lemmas
All threads resolved!
All threads resolved!
Compare changes
+ 26
− 0
@@ -565,6 +565,9 @@ Lemma list_insert_id l i x : l !! i = Some x → <[i:=x]>l = l.
@@ -955,6 +958,11 @@ Proof.
@@ -1012,6 +1020,9 @@ Lemma drop_0 l : drop 0 l = l.
@@ -1110,6 +1121,9 @@ Proof. done. Qed.
@@ -3644,6 +3658,18 @@ Section zip.