catala/compiler/lcalc
Louis Gesbert 870716a3f8 Factorise a bit more with more arguments to Expr.map
allowing a safer way to translate types both in expressions and annotations, and
clarifying the code of the dcalc->lcalc translation
2024-02-05 16:28:56 +01:00
..
ast.ml AST change: more specific application 2023-12-19 17:27:40 +01:00
ast.mli AST change: more specific application 2023-12-19 17:27:40 +01:00
closure_conversion.ml Mark closure conversion as untyped 2024-01-31 17:52:06 +01:00
closure_conversion.mli Mark closure conversion as untyped 2024-01-31 17:52:06 +01:00
compile_with_exceptions.ml Factorise a bit more with more arguments to Expr.map 2024-02-05 16:28:56 +01:00
compile_with_exceptions.mli Improve translation of typing upon dcalc -> lcalc 2024-01-31 19:15:27 +01:00
compile_without_exceptions.ml Factorise a bit more with more arguments to Expr.map 2024-02-05 16:28:56 +01:00
compile_without_exceptions.mli Improve translation of typing upon dcalc -> lcalc 2024-01-31 19:15:27 +01:00
dune Build: remove unnecessary ppx on dcalc, lcalc 2023-05-17 14:08:32 +02:00
from_dcalc.ml Register the option type in ctx when used in lcalc 2023-12-19 17:30:28 +01:00
from_dcalc.mli Improve translation of typing upon dcalc -> lcalc 2024-01-31 19:15:27 +01:00
lcalc.mld More doc 2023-06-18 16:08:16 +02:00
monomorphize.ml Delete duplicate code from 9d3550374d 2024-02-01 17:23:31 +01:00
monomorphize.mli Work on arrays 2024-01-22 16:49:58 +01:00
to_ocaml.ml AST change: more specific application 2023-12-19 17:27:40 +01:00
to_ocaml.mli Allow scope execution in compiled ocaml executables 2023-12-06 11:06:54 +01:00