catala/compiler/scalc
Louis Gesbert fc531777c0 Rework and normalise the Marked interface
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.
2023-05-17 17:37:00 +02:00
..
ast.ml Rework and normalise the Marked interface 2023-05-17 17:37:00 +02:00
dune refactor(runtimes): add runtime_ocaml and runtime_jsoo in the catala package 2022-07-22 16:52:56 +02:00
from_lcalc.ml Rework and normalise the Marked interface 2023-05-17 17:37:00 +02:00
from_lcalc.mli Rename Scalc from_lambda to from_lcalc for consistency 2023-02-17 19:49:56 +01:00
print.ml Rework and normalise the Marked interface 2023-05-17 17:37:00 +02:00
print.mli Toplevel definitions: branch cleanup 2023-02-13 18:02:09 +01:00
scalc.mld Handle toplevel defs down to scalc 2023-02-13 11:44:32 +01:00
to_python.ml Rework and normalise the Marked interface 2023-05-17 17:37:00 +02:00
to_python.mli Big reformatting 2022-03-08 15:03:14 +01:00