mirror of
https://github.com/CatalaLang/catala.git
synced 2024-11-08 07:51:43 +03:00
83e7a845fe
- `Print.expr` no longer needs the context - This removes the need for `expr ~debug` + `expr_debug` ; use `Print.expr` for normal (non-debug) output, and `Print.expr' ?debug ()` for possibly debug output. - This improves consistency of debug expr output in many places - Prints simplified operators (without type suffix) in non-verbose mode (this patch also fixes some cases of `Expr.skip_wrappers` and leverages the binder equality provided by Bindlib) |
||
---|---|---|
.. | ||
conditions.ml | ||
conditions.mli | ||
dune | ||
io.ml | ||
io.mli | ||
solver.ml | ||
solver.mli | ||
verification.mld | ||
z3backend.dummy.ml | ||
z3backend.mli | ||
z3backend.real.ml |