catala/compiler/shared_ast
2024-02-01 10:10:25 +01:00
..
definitions.ml Add (internally) a map2 operator 2024-01-26 11:22:12 +01:00
dune Fix most doc errors 2023-06-02 17:17:45 +02:00
expr.ml Improve translation of typing upon dcalc -> lcalc 2024-01-31 19:15:27 +01:00
expr.mli Improve translation of typing upon dcalc -> lcalc 2024-01-31 19:15:27 +01:00
interpreter.ml Support for list recombinations 2024-01-26 11:29:33 +01:00
interpreter.mli The interpreter might return custom terms 2023-10-13 16:16:45 +02:00
operator.ml Support for list recombinations 2024-01-26 11:29:33 +01:00
operator.mli Fix most doc errors 2023-06-02 17:17:45 +02:00
optimizations.ml Merge branch 'master' into c_backend 2024-01-26 17:43:07 +01:00
optimizations.mli Improve integration of marks into the main AST 2023-05-17 17:37:00 +02:00
print.ml Merge branch 'master' into c_backend 2024-01-26 17:43:07 +01:00
print.mli AST change: more specific application 2023-12-19 17:27:40 +01:00
program.ml Rework resolution of module elements 2023-11-30 21:14:12 +01:00
program.mli Rework resolution of module elements 2023-11-30 21:14:12 +01:00
qident.ml Add some helper functions in a wrapper Map module 2023-07-12 11:51:15 +02:00
qident.mli Some commented code cleanup and clarifications 2023-06-19 16:36:09 +02:00
scope.ml Monomorphization properly done 2023-12-20 17:45:39 +01:00
scope.mli Monomorphization properly done 2023-12-20 17:45:39 +01:00
shared_ast.ml Wip support for modules 2023-06-15 17:56:57 +02:00
shared_ast.mld Fix most doc errors 2023-06-02 17:17:45 +02:00
type.ml Define Type.Map 2024-02-01 10:10:25 +01:00
type.mli Define Type.Map 2024-02-01 10:10:25 +01:00
typing.ml Merge branch 'master' into c_backend 2024-01-26 17:43:07 +01:00
typing.mli Fix monomorphization problems with [TAny] left 2024-01-17 16:03:20 +01:00
var.ml Fixes related to environments and lookups 2023-08-31 18:31:48 +02:00
var.mli Fixes related to environments and lookups 2023-08-31 18:31:48 +02:00