mirror of
https://github.com/CatalaLang/catala.git
synced 2024-11-08 07:51:43 +03:00
21cea5c968
Support for manipulating toplevel functions as values was buggy, because the recursion after eta-expansion would fall into the pattern for a `let..in` and not do the expected transformation. The patch explicitely builds the closure in that case, avoiding such issues with recursion. |
||
---|---|---|
.. | ||
ast.ml | ||
ast.mli | ||
closure_conversion.ml | ||
closure_conversion.mli | ||
compile_with_exceptions.ml | ||
compile_with_exceptions.mli | ||
compile_without_exceptions.ml | ||
compile_without_exceptions.mli | ||
dune | ||
from_dcalc.ml | ||
from_dcalc.mli | ||
lcalc.mld | ||
monomorphize.ml | ||
monomorphize.mli | ||
to_ocaml.ml | ||
to_ocaml.mli |