catala/compiler/scopelang
Louis Gesbert 0dbc4c8c35 Separate type ordering from scopelang->dcalc transformation
it's now done explicitely from the driver, which allows to do it before typing
and is more consistent; the information was already forwarded to the later
compilation stages separately from the program AST anyway.
2022-10-04 14:50:37 +02:00
..
ast.ml Fix typing 2022-10-04 14:50:37 +02:00
ast.mli Implement typing at the scopelang level 2022-10-04 14:50:37 +02:00
dependency.ml Generalise the types to allow scopelang ASTs to be typed 2022-10-04 14:50:37 +02:00
dependency.mli Generalise the types to allow scopelang ASTs to be typed 2022-10-04 14:50:37 +02:00
dune Big renaming and dir reorg 2021-06-21 11:39:06 +02:00
print.ml Fix naming error in interface 2022-10-04 14:50:37 +02:00
print.mli Generalise the types to allow scopelang ASTs to be typed 2022-10-04 14:50:37 +02:00
scope_to_dcalc.ml Separate type ordering from scopelang->dcalc transformation 2022-10-04 14:50:37 +02:00
scope_to_dcalc.mli Separate type ordering from scopelang->dcalc transformation 2022-10-04 14:50:37 +02:00
scopelang.mld Documentation pass 2022-01-19 10:54:16 +01:00