Skip to content
Snippets Groups Projects
Commit 2afec065 authored by Ralf Jung's avatar Ralf Jung
Browse files

changelog

parent 33f33107
Branches
No related tags found
No related merge requests found
...@@ -22,6 +22,8 @@ API-breaking change is listed. ...@@ -22,6 +22,8 @@ API-breaking change is listed.
for easy measure/size induction. for easy measure/size induction.
- Add `inv` tactic as a more well-behaved alternative to `inversion_clear` - Add `inv` tactic as a more well-behaved alternative to `inversion_clear`
(inspired by CompCert), and `oinv` as its version on open terms. (inspired by CompCert), and `oinv` as its version on open terms.
These tactics support both named hypotheses (`inv H`) and using a number
to refer to a hypothesis on the goal (`inv 1`).
- Add `prod_swap : A * B → B * A` and some basic theory about it. - Add `prod_swap : A * B → B * A` and some basic theory about it.
The following `sed` script should perform most of the renaming The following `sed` script should perform most of the renaming
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment