catala/compiler/verification
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
..
conditions.ml Use format strings directly in debug/error/log functions 2022-03-08 13:04:27 +01:00
conditions.mli .mlis and ocamldoc [skip-ci] 2022-01-18 15:13:16 +01:00
dune Encode dates to Z3 [skip ci] 2022-01-14 01:54:33 +01:00
io.ml Use format strings directly in debug/error/log functions 2022-03-08 13:04:27 +01:00
io.mli Finished functorization 2022-01-19 10:17:19 +01:00
solver.ml Finished functorization 2022-01-19 10:17:19 +01:00
solver.mli Added interfaces 2022-01-18 18:59:05 +01:00
verification.mld Documentation pass 2022-01-19 10:54:16 +01:00
z3backend.ml Use format strings directly in debug/error/log functions 2022-03-08 13:04:27 +01:00
z3backend.mli Finished functorization 2022-01-19 10:17:19 +01:00