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

Update sed script.

parent e8adfd04
No related branches found
No related tags found
1 merge request!188Extend the theory of positive rationals `Qp`
...@@ -43,7 +43,8 @@ The following `sed` script should perform most of the renaming ...@@ -43,7 +43,8 @@ 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`):
``` ```
sed -i ' sed -i '
s/\bQp_not_plus_q_ge_1\b/Qp_not_plus_ge/g s/\bQp_plus/Qp_add/g
s/\bQp_mult/Qp_mul/g
' $(find theories -name "*.v") ' $(find theories -name "*.v")
``` ```
......
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