catala/compiler/shared_ast
Louis Gesbert 6e2c3eee4d Fix the regression on badly tagged scope variable error message
it actually simplifies the typer a little to not care about this specific error,
which is better handled in desugared_to_scope already.
2022-10-25 14:50:49 +02:00
..
definitions.ml Make scopes directly callable 2022-10-21 17:17:26 +02:00
dune Simplify some type aliases 2022-08-22 19:28:27 +02:00
expr.ml Scope calls: proper handling of context vars 2022-10-25 11:30:45 +02:00
expr.mli Scope calls: proper handling of context vars 2022-10-25 11:30:45 +02:00
print.ml Make scopes directly callable 2022-10-21 17:17:26 +02:00
print.mli Printer: add debug version that doesn't require a context 2022-10-04 14:50:37 +02:00
program.ml Make all supertypes use ('a, 't) gexpr as parameter instead of naked_gexpr 2022-08-29 11:29:24 +02:00
program.mli Swap boxing and annotations in expressions 2022-10-07 18:00:23 +02:00
scope.ml Rename Expr.Box.inj to Expr.Box.lift 2022-10-21 15:35:49 +02:00
scope.mli Swap boxing and annotations in expressions 2022-10-07 18:00:23 +02:00
shared_ast.ml Generalise the typer 2022-10-04 14:50:37 +02:00
shared_ast.mld Rename marked_expr -> expr, expr -> naked_expr throughout 2022-08-29 11:29:23 +02:00
typing.ml Fix the regression on badly tagged scope variable error message 2022-10-25 14:50:49 +02:00
typing.mli Fix the regression on badly tagged scope variable error message 2022-10-25 14:50:49 +02:00
var.ml Make all supertypes use ('a, 't) gexpr as parameter instead of naked_gexpr 2022-08-29 11:29:24 +02:00
var.mli Make all supertypes use ('a, 't) gexpr as parameter instead of naked_gexpr 2022-08-29 11:29:24 +02:00