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

changelog attribution consistency

parent 5424f22a
No related branches found
No related tags found
No related merge requests found
...@@ -22,12 +22,12 @@ API-breaking change is listed. ...@@ -22,12 +22,12 @@ API-breaking change is listed.
- Make `Z.of_nat'` not an implicit coercion (from `nat` to `Z`) any more. - Make `Z.of_nat'` not an implicit coercion (from `nat` to `Z`) any more.
- Rename `decide_left``decide_True_pi` and `decide_right``decide_False_pi`. - Rename `decide_left``decide_True_pi` and `decide_right``decide_False_pi`.
- Add `option_guard_True_pi`. - Add `option_guard_True_pi`.
- Add lemma `surjective_finite` (by Alix Trieu). - Add lemma `surjective_finite`. (by Alix Trieu)
- Add type classes `TCFalse`, `TCUnless`, `TCExists`, and `TCFastDone` (by - Add type classes `TCFalse`, `TCUnless`, `TCExists`, and `TCFastDone`. (by
Michael Sammler). Michael Sammler)
- Add various results about bit representations of `Z` (by Michael Sammler). - Add various results about bit representations of `Z`. (by Michael Sammler)
- Add tactic `learn_hyp` (by Michael Sammler). - Add tactic `learn_hyp`. (by Michael Sammler)
- Add `Countable` instance for decidable Sigma types (by Simon Gregersen). - Add `Countable` instance for decidable Sigma types. (by Simon Gregersen)
- 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.
......
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