catala/compiler/utils
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
..
cli.ml Fix test encoding 2022-07-08 15:37:01 +02:00
cli.mli Add "print_only_law" option 2022-05-26 19:05:06 +02:00
dune util review (bis) 2022-02-18 15:56:36 +01:00
errors.ml Formatting: some other personal preferences 2022-05-11 16:25:49 +02:00
errors.mli reformat (sync with master) 2022-03-08 16:12:25 +01:00
file.ml Minimal implementation of https://github.com/CatalaLang/catala/issues/192#issuecomment-1178750411 2022-07-08 14:10:25 +02:00
file.mli Minimal implementation of https://github.com/CatalaLang/catala/issues/192#issuecomment-1178750411 2022-07-08 14:10:25 +02:00
marked.ml Propagate renaming of Pos.mark* into module Marked 2022-07-11 16:51:54 +02:00
marked.mli Propagate renaming of Pos.mark* into module Marked 2022-07-11 16:51:54 +02:00
pos.ml Propagate renaming of Pos.mark* into module Marked 2022-07-11 16:51:54 +02:00
pos.mli Propagate renaming of Pos.mark* into module Marked 2022-07-11 16:51:54 +02:00
uid.ml Propagate renaming of Pos.mark* into module Marked 2022-07-11 16:51:54 +02:00
uid.mli Propagate renaming of Pos.mark* into module Marked 2022-07-11 16:51:54 +02:00
utils.mld refactor(compiler): add the Utils.File module 2022-05-19 10:04:34 +02:00