Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
stdpp
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Iris
stdpp
Commits
420e57f6
Commit
420e57f6
authored
4 years ago
by
Robbert Krebbers
Browse files
Options
Downloads
Patches
Plain Diff
Update sed script.
parent
e8adfd04
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!188
Extend the theory of positive rationals `Qp`
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CHANGELOG.md
+2
-1
2 additions, 1 deletion
CHANGELOG.md
with
2 additions
and
1 deletion
CHANGELOG.md
+
2
−
1
View file @
420e57f6
...
@@ -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")
```
```
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment