Skip to content
Snippets Groups Projects
Commit 558df4bc authored by Robbert Krebbers's avatar Robbert Krebbers
Browse files

Update CHANGELOG regarding Permutation changes.

Thanks to @tchajed for pointing out the omission.
parent 8f85e406
No related branches found
No related tags found
No related merge requests found
...@@ -31,9 +31,11 @@ API-breaking change is listed. ...@@ -31,9 +31,11 @@ API-breaking change is listed.
- Add tactics `compute_done` and `compute_by` for solving goals by computation. - Add tactics `compute_done` and `compute_by` for solving goals by computation.
- Add `Inj` instances for `fmap` on option and maps. - Add `Inj` instances for `fmap` on option and maps.
- Various changes to `Permutation` lemmas: - Various changes to `Permutation` lemmas:
+ Rename `Permutation_nil``Permutation_nil_r` and + Rename `Permutation_nil``Permutation_nil_r`,
and `Permutation_singleton``Permutation_singleton_r`. `Permutation_singleton``Permutation_singleton_r`, and
+ Add lemmas `Permutation_nil_l` and `Permutation_singleton_l`. `Permutation_cons_inv``Permutation_cons_inv_r`.
+ Add lemmas `Permutation_nil_l`, `Permutation_singleton_l`, and
`Permutation_cons_inv_l`.
+ Add new instance `cons_Permutation_inj_l : Inj (=) (≡ₚ) (.:: k).`. + Add new instance `cons_Permutation_inj_l : Inj (=) (≡ₚ) (.:: k).`.
+ Add lemma `Permutation_cross_split`. + Add lemma `Permutation_cross_split`.
+ Make lemma `elem_of_Permutation` a biimplication + Make lemma `elem_of_Permutation` a biimplication
...@@ -47,6 +49,7 @@ s/\bdecide_right\b/decide_False_pi/g ...@@ -47,6 +49,7 @@ s/\bdecide_right\b/decide_False_pi/g
# Permutation # Permutation
s/\bPermutation_nil\b/Permutation_nil_r/g s/\bPermutation_nil\b/Permutation_nil_r/g
s/\bPermutation_singleton\b/Permutation_singleton_r/g s/\bPermutation_singleton\b/Permutation_singleton_r/g
s/\Permutation_cons_inv\b/Permutation_cons_inv_r/g
' $(find theories -name "*.v") ' $(find theories -name "*.v")
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment