Countable instance for vec, and rename `vec_to_list_of_list` into `vec_to_list_to_vec`
All threads resolved!
All threads resolved!
Compare changes
Files
2+ 22
− 4
@@ -4,6 +4,7 @@
@@ -123,7 +124,7 @@ Proof. done. Qed.
@@ -142,6 +143,13 @@ Proof.
@@ -153,11 +161,11 @@ Lemma vec_to_list_lookup_middle {A n} (v : vec A n) (l k : list A) x :
@@ -306,7 +314,17 @@ Lemma vmap_replicate {A B} (f : A → B) n (x : A) :