catala/compiler/dcalc/implementing defaults
2021-11-22 15:55:21 +01:00

8 lines
279 B
Plaintext

implementing options translation
practical issues:
* bindlib code is hard to read without let+.
* type inference is not implemented for lcalc terms. So i will need to go inside dcalc terms.
* manipulating lets requires types
* lets are use everywhere inside the translation