catala/tests/func/good
Louis Gesbert 21cea5c968 Closure conversion fix
Support for manipulating toplevel functions as values was buggy, because the
recursion after eta-expansion would fall into the pattern for a `let..in` and
not do the expected transformation.

The patch explicitely builds the closure in that case, avoiding such issues with
recursion.
2024-06-21 12:23:01 +02:00
..
closure_conversion_reduce.catala_en Types printer: use commas rather than * for tuples 2024-06-21 12:16:49 +02:00
closure_conversion.catala_en Closure conversion fix 2024-06-21 12:23:01 +02:00
closure_return.catala_en Types printer: use commas rather than * for tuples 2024-06-21 12:16:49 +02:00
closure_through_scope.catala_en Types printer: use commas rather than * for tuples 2024-06-21 12:16:49 +02:00
context_func.catala_en Fix error message typo 2024-06-05 15:19:12 +02:00
func.catala_en Message formatting: some more space for results 2024-05-03 15:27:06 +02:00
param_consistency.catala_en Message formatting: some more space for results 2024-05-03 15:27:06 +02:00
scope_call_func_struct_closure.catala_en Types printer: use commas rather than * for tuples 2024-06-21 12:16:49 +02:00