catala/compiler/desugared
Louis Gesbert 12ec65601d Use format strings directly in debug/error/log functions
This avoids many intermediate calls to e.g. `Format.asprintf`; should result in
some cases in "more correct" use of `Format`¹, avoid the computation of unused
debug strings, and make the code more readable.

¹ for `Format` to work as expected, all intermediate calls need to go through
it. Some cases of formatting to an intermediate string then printing through Format
again are still present, but this makes the situation better.
2022-03-08 13:04:27 +01:00
..
ast.ml Desugaring implemented [skip ci] 2022-02-28 18:34:32 +01:00
ast.mli Desugaring implemented [skip ci] 2022-02-28 18:34:32 +01:00
dependency.ml Use format strings directly in debug/error/log functions 2022-03-08 13:04:27 +01:00
dependency.mli Added desugared AST, necessary to distinguish Desugared.ScopeVar from Scopelang.ScopeVar [skip ci] 2022-02-28 17:19:39 +01:00
desugared_to_scope.ml Use format strings directly in debug/error/log functions 2022-03-08 13:04:27 +01:00
desugared_to_scope.mli Big renaming and dir reorg 2021-06-21 11:39:06 +02:00
desugared.mld Documentation pass 2022-01-19 10:54:16 +01:00
dune Big renaming and dir reorg 2021-06-21 11:39:06 +02:00