catala/compiler/dcalc
Louis Gesbert 02fc255177 Typing scopes: bottom-up rather than top-down
it's better for error messages (and similar to how it was done before)
2022-07-11 17:42:34 +02:00
..
ast.ml Port verification code to the AST changes 2022-07-11 17:42:34 +02:00
ast.mli Port verification code to the AST changes 2022-07-11 17:42:34 +02:00
dcalc.mld Documentation pass 2022-01-19 10:54:16 +01:00
dune dcalc review 2022-02-18 15:31:52 +01:00
interpreter.ml Typing: add functions to type scopes without conversion to expr 2022-07-11 17:42:34 +02:00
interpreter.mli Add type annotations on all AST nodes (first pass) 2022-07-11 16:51:54 +02:00
optimizations.ml Add type annotations on all AST nodes (first pass) 2022-07-11 16:51:54 +02:00
optimizations.mli Add type annotations on all AST nodes (first pass) 2022-07-11 16:51:54 +02:00
print.ml Add type annotations on all AST nodes (first pass) 2022-07-11 16:51:54 +02:00
print.mli Add type annotations on all AST nodes (first pass) 2022-07-11 16:51:54 +02:00
typing.ml Typing scopes: bottom-up rather than top-down 2022-07-11 17:42:34 +02:00
typing.mli Add type annotations on all AST nodes (first pass) 2022-07-11 16:51:54 +02:00