catala/compiler/scopelang
Louis Gesbert af0ac95682 Propagate renaming of Pos.mark* into module Marked
this patch is just a bunch of `sed` commands

```shell
cd compiler
sed -i 's/Pos.marked/Marked.pos/g' *.ml* **/*.ml*
sed -i 's/Pos.unmark/Marked.unmark/g' *.ml* **/*.ml*
sed -i 's/Pos\.get_position/Marked.get_mark/g' *.ml* **/*.ml*
sed -i 's/Pos\.same_pos_as/Marked.same_mark_as/g' *.ml* **/*.ml*
sed -i 's/Pos\.map_under_mark/Marked.map_under_mark/g' *.ml* **/*.ml*
sed -i 's/Pos\.mark/Marked.mark/g' *.ml* **/*.ml*
sed -i 's/Pos\.compare_marked/Marked.compare/g' *.ml* **/*.ml*
```
2022-07-11 16:51:54 +02:00
..
ast.ml Propagate renaming of Pos.mark* into module Marked 2022-07-11 16:51:54 +02:00
ast.mli Propagate renaming of Pos.mark* into module Marked 2022-07-11 16:51:54 +02:00
dependency.ml Propagate renaming of Pos.mark* into module Marked 2022-07-11 16:51:54 +02:00
dependency.mli Propagate renaming of Pos.mark* into module Marked 2022-07-11 16:51:54 +02:00
dune Big renaming and dir reorg 2021-06-21 11:39:06 +02:00
print.ml Propagate renaming of Pos.mark* into module Marked 2022-07-11 16:51:54 +02:00
print.mli Propagate renaming of Pos.mark* into module Marked 2022-07-11 16:51:54 +02:00
scope_to_dcalc.ml Propagate renaming of Pos.mark* into module Marked 2022-07-11 16:51:54 +02:00
scope_to_dcalc.mli Big reformatting 2022-03-08 15:03:14 +01:00
scopelang.mld Documentation pass 2022-01-19 10:54:16 +01:00