catala/compiler/literate
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
..
dune Embed the Pygments Catala lexer 2023-03-13 14:41:24 +01:00
html.ml Rework and normalise the Marked interface 2023-05-17 17:37:00 +02:00
html.mli Rename utils to catala_utils 2022-11-28 16:38:09 +01:00
latex.ml Rework and normalise the Marked interface 2023-05-17 17:37:00 +02:00
latex.mli Rename utils to catala_utils 2022-11-28 16:38:09 +01:00
literate_common.ml Compile LaTeX code using minted without the Python venv 2023-03-14 17:35:22 +01:00
literate_common.mli Compile LaTeX code using minted without the Python venv 2023-03-14 17:35:22 +01:00
literate.mld Documentation pass 2022-01-19 10:54:16 +01:00
pygmentize.ml Compile LaTeX code using minted without the Python venv 2023-03-14 17:35:22 +01:00
pygmentize.mli Compile LaTeX code using minted without the Python venv 2023-03-14 17:35:22 +01:00