catala/compiler/lcalc
Louis Gesbert 7267543ca1 Rename Expr.Box.inj to Expr.Box.lift
it is more consistent with the naming of functions in Bindlib.
2022-10-21 15:35:49 +02:00
..
ast.ml Swap boxing and annotations in expressions 2022-10-07 18:00:23 +02:00
ast.mli Swap boxing and annotations in expressions 2022-10-07 18:00:23 +02:00
closure_conversion.ml Swap boxing and annotations in expressions 2022-10-07 18:00:23 +02:00
closure_conversion.mli Reformat 2022-07-11 17:42:34 +02:00
compile_with_exceptions.ml Rename Expr.Box.inj to Expr.Box.lift 2022-10-21 15:35:49 +02:00
compile_with_exceptions.mli Porting the interpreter to the marked AST 2022-07-11 17:42:30 +02:00
compile_without_exceptions.ml Rename Expr.Box.inj to Expr.Box.lift 2022-10-21 15:35:49 +02:00
compile_without_exceptions.mli Porting the interpreter to the marked AST 2022-07-11 17:42:30 +02:00
dune refactor(compiler): remove the camomile dependency due to the new Utils.String_common module based on Ubase 2022-08-05 10:55:45 +02:00
lcalc.mld Link to modules in the docs 2022-02-14 18:27:29 +01:00
optimizations.ml Swap boxing and annotations in expressions 2022-10-07 18:00:23 +02:00
optimizations.mli Leverage the shared AST: big cleanup (part I) 2022-08-22 19:28:21 +02:00
to_ocaml.ml Make all supertypes use ('a, 't) gexpr as parameter instead of naked_gexpr 2022-08-29 11:29:24 +02:00
to_ocaml.mli Make all supertypes use ('a, 't) gexpr as parameter instead of naked_gexpr 2022-08-29 11:29:24 +02:00