mirror of
https://github.com/CatalaLang/catala.git
synced 2024-11-09 22:16:10 +03:00
fc531777c0
The module is renamed to `Mark`, and functions renamed to avoid redundancy: `Marked.mark` is now `Mark.add` `Marked.unmark` is now `Mark.remove` `Marked.map_under_mark` is now simply `Mark.map` etc. `Marked.same_mark_as` is replaced by `Mark.copy`, but with the arguments swapped (which seemed more convenient throughout) Since a type `Mark.t` would indicate a mark, and to avoid confusion, the type `Marked.t` is renamed to `Mark.ed` as a shorthand for `Mark.marked` ; this part can easily be removed if that's too much quirkiness. |
||
---|---|---|
.. | ||
catala_utils.mld | ||
cli.ml | ||
cli.mli | ||
dune | ||
errors.ml | ||
errors.mli | ||
file.ml | ||
file.mli | ||
mark.ml | ||
mark.mli | ||
pos.ml | ||
pos.mli | ||
string.ml | ||
string.mli | ||
uid.ml | ||
uid.mli |