Skip to content
Snippets Groups Projects

Countable instance for vec, and rename `vec_to_list_of_list` into `vec_to_list_to_vec`

Merged Robbert Krebbers requested to merge robbert/vec_countable into master
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

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Robbert Krebbers added 6 commits

    added 6 commits

    • cb08e14f - Put `LeibnizEquiv` lemmas for `dom` in section.
    • 78f50186 - Add `SetUnfold` instances for `dom`.
    • 122a003c - Rename `vec_to_list_of_list` into `vec_to_list_to_vec`.
    • 1fa6b9b0 - Prove lemma `list_to_vec_to_list`.
    • 0aa3e165 - Add `Countable` instance for `vec`.
    • 58fdf492 - CHANGELOG entry.

    Compare with previous version

  • Robbert Krebbers resolved all threads

    resolved all threads

  • @tchajed Any remarks on this MR?

  • Robbert Krebbers added 9 commits

    added 9 commits

    Compare with previous version

  • 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
    Loading