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) |
||
---|---|---|
.. | ||
ast.ml | ||
ast.mli | ||
dependency.ml | ||
dependency.mli | ||
dune | ||
from_desugared.ml | ||
from_desugared.mli | ||
print.ml | ||
print.mli | ||
scopelang.mld |