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

CHANGELOG.

parent e580eac7
No related branches found
No related tags found
No related merge requests found
...@@ -8,6 +8,8 @@ lemma. ...@@ -8,6 +8,8 @@ lemma.
**Changes in `algebra`:** **Changes in `algebra`:**
* Add (basic) support for `gset` and `gset_disj` cameras to `set_solver`. * Add (basic) support for `gset` and `gset_disj` cameras to `set_solver`.
* Rename `sig_{equiv,dist}_alt` into `sig_{equiv,dist}_def` and state these
lemmas using `=` instead of `<->`.
**Changes in `bi`:** **Changes in `bi`:**
...@@ -35,6 +37,9 @@ Note that the script is not idempotent, do not run it twice. ...@@ -35,6 +37,9 @@ Note that the script is not idempotent, do not run it twice.
sed -i -E -f- $(find theories -name "*.v") <<EOF sed -i -E -f- $(find theories -name "*.v") <<EOF
# iSolveTC # iSolveTC
s/iSolveTC\b/tc_solve/g s/iSolveTC\b/tc_solve/g
# _alt -> _def
s/\bsig_equiv_alt\b/sig_equiv_def/g
s/\bsig_dist_alt\b/sig_dist_def/g
EOF EOF
``` ```
......
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