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

Apply 1 suggestion(s) to 1 file(s)

parent a9fa2606
No related branches found
No related tags found
No related merge requests found
...@@ -20,6 +20,7 @@ API-breaking change is listed. ...@@ -20,6 +20,7 @@ API-breaking change is listed.
- Make `Qc_of_Z'` not an implicit coercion (from `Z` to `Qc`) any more. - Make `Qc_of_Z'` not an implicit coercion (from `Z` to `Qc`) any more.
- 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`.
The following `sed` script should perform most of the renaming The following `sed` script should perform most of the renaming
(on macOS, replace `sed` by `gsed`, installed via e.g. `brew install gnu-sed`): (on macOS, replace `sed` by `gsed`, installed via e.g. `brew install gnu-sed`):
......
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