Skip to content
Snippets Groups Projects
Commit 713ad87c authored by Marijn van Wezel's avatar Marijn van Wezel
Browse files

Add test and update CHANGELOG

parent 5db505ac
No related branches found
No related tags found
1 merge request!591Add `SetUnfoldElemOf` instance of `dom` on `gmultiset`
......@@ -19,6 +19,7 @@ API-breaking change is listed.
`elem_of_StronglySorted_app``StronglySorted_app_1_elem_of`,
`StronglySorted_app_inv_l``StronglySorted_app_1_l`
`StronglySorted_app_inv_r``StronglySorted_app_1_r`. (by Marijn van Wezel)
- Add `SetUnfoldElemOf` instance for `dom` on `gmultiset`. (by Marijn van Wezel)
The following `sed` script should perform most of the renaming
(on macOS, replace `sed` by `gsed`, installed via e.g. `brew install gnu-sed`).
......
......@@ -58,6 +58,9 @@ Section test.
Lemma test_elem_of_6 x y X : {[+ x; y +]} X x X y X.
Proof. multiset_solver. Qed.
Lemma test_elem_of_dom x X : x dom X x X.
Proof. multiset_solver. Qed.
(** Tests where the goals do not involve the multiset connectives *)
Lemma test_goal_1 x y X : {[+ x +]} X {[+ y +]} x = y.
Proof. multiset_solver. Qed.
......
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