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

adjust to GNU sed

parent 1eaa5cf6
No related branches found
No related tags found
1 merge request!128add sed script for 1.3.0
......@@ -54,9 +54,10 @@ Noteworthy additions and changes:
+ Rename `lookup_seq_inv``lookup_seq` and generalize it to a bi-implication
+ Add `NoDup_seqZ` and `Forall_seqZ`
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`):
```
sed -i~ '
sed '
s/\bdom_map_filter\b/dom_map_filter_subseteq/g
s/\bfmap_seq\b/fmap_S_seq/g
s/\bseqZ_fmap\b/fmap_add_seqZ/g
......
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