runtimeverification / llvm-backend

KORE to llvm translation
BSD 3-Clause "New" or "Revised" License
34 stars 22 forks source link

Rename `Rangemap:Range` to `RangeMap:Range` #1096

Closed Scott-Guest closed 3 months ago

Scott-Guest commented 3 months ago

Fixes a small typo by renaming Rangemap:Range to RangeMap:Range, aligning with all the other RangeMap klabels.

This is just a simple sed -i 's/Rangemap/RangeMap/g' followed by updating any flaky test outputs.

I'll make the corresponding change in domains.md once this goes through to K.