Skip to content
Snippets Groups Projects
Commit a2b4e045 authored by Ralf Jung's avatar Ralf Jung Committed by Robbert Krebbers
Browse files

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

parent 1fcac11e
No related branches found
No related tags found
1 merge request!454Rename `map_preimage` into `map_preimg` (to be consistent with `dom`).
Pipeline #79344 passed
...@@ -27,7 +27,7 @@ Note that the script is not idempotent, do not run it twice. ...@@ -27,7 +27,7 @@ Note that the script is not idempotent, do not run it twice.
sed -i -E -f- $(find theories -name "*.v") <<EOF sed -i -E -f- $(find theories -name "*.v") <<EOF
s/\bdifference_difference(|_L)\b/difference_difference_l\1/g s/\bdifference_difference(|_L)\b/difference_difference_l\1/g
s/\bloopup_total_empty\b/lookup_total_empty/g s/\bloopup_total_empty\b/lookup_total_empty/g
# map img # map_preimg
s/\bmap_preimage/map_preimg/g s/\bmap_preimage/map_preimg/g
s/\blookup_preimage/lookup_preimg/g s/\blookup_preimage/lookup_preimg/g
s/\blookup_total_preimg/lookup_total_preimg/g s/\blookup_total_preimg/lookup_total_preimg/g
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment