catala/compiler
Louis Gesbert ea512bfd5b The typer doesn't handle monomorphised code yet
so don't retype after monomorphisation, which is now possible as the pass itself
correctly preserves types.

In time the typer will need a special case to get knowledge of the new types and
modified operator types.
2024-02-06 18:00:45 +01:00
..
catala_utils Merge branch 'master' into c_backend 2024-01-26 17:43:07 +01:00
dcalc Factorise a bit more with more arguments to Expr.map 2024-02-05 16:28:56 +01:00
desugared List detuplification: better intermediate vars namings 2024-02-05 11:01:55 +01:00
lcalc The typer doesn't handle monomorphised code yet 2024-02-06 18:00:45 +01:00
literate Fix #543 2023-12-06 16:58:38 +01:00
plugins Remove warnings 2024-01-26 17:53:49 +01:00
scalc Add tuples to the Python backend 2024-01-31 11:02:03 +01:00
scopelang Fix monomorphization problems with [TAny] left 2024-01-17 16:03:20 +01:00
shared_ast The typer doesn't handle monomorphised code yet 2024-02-06 18:00:45 +01:00
surface Restore tests 2024-01-29 11:06:48 +01:00
verification AST change: more specific application 2023-12-19 17:27:40 +01:00
catala_web_interpreter.ml Rework resolution of module elements 2023-11-30 21:14:12 +01:00
catala.ml replace let _ by let () or add type annotation 2023-09-09 22:02:39 +02:00
driver.ml The typer doesn't handle monomorphised code yet 2024-02-06 18:00:45 +01:00
driver.mli Work on arrays 2024-01-22 16:49:58 +01:00
dune CI: cleanup the exposed artifacts 2024-01-22 13:58:32 +01:00
index.mld More doc 2023-06-18 16:08:16 +02:00
plugin.ml Reformat 2023-09-27 13:19:04 +02:00
plugin.mli Refacter the main Driver module 2023-07-03 16:42:54 +02:00
tests.ml Fix running inline tests 2024-01-18 16:14:27 +01:00