Countable instance for vec, and rename `vec_to_list_of_list` into `vec_to_list_to_vec`
All threads resolved!
All threads resolved!
This is an alternative to !114 (closed), which does not involve defining a partial function from lists to vectors, but makes use of the already existing function list_to_vec
.
Also I renamed vec_to_list_of_list
into vec_to_list_to_vec
. The former appears to be a leftover of the big X_of_Y
into Y_to_X
rename.
Merge request reports
Activity
mentioned in merge request !114 (closed)
- Resolved by Robbert Krebbers
added 6 commits
Toggle commit list@tchajed Any remarks on this MR?
added 9 commits
-
58fdf492...4fc67339 - 5 commits from branch
master
- 74e74b5a - Rename `vec_to_list_of_list` into `vec_to_list_to_vec`.
- 85f50214 - Prove lemma `list_to_vec_to_list`.
- 8b9dd4e5 - Add `Countable` instance for `vec`.
- 2d2a72ae - CHANGELOG entry.
Toggle commit list-
58fdf492...4fc67339 - 5 commits from branch
mentioned in issue #45 (closed)
LGTM, feel free to merge and close !114 (closed).
mentioned in commit 7d705c84
Please register or sign in to reply