documentation

This commit is contained in:
adelaett 2023-04-14 10:48:31 +02:00
parent f8f6e56cca
commit a53bc27d23
No known key found for this signature in database
GPG Key ID: 367A8C08F513BD65

View File

@ -23,6 +23,10 @@ open Ast
constructions injectors. Implemented to simplify the monadic encoding of
catala
[match E x with | E y -> e1] = [e1\[y |-> x\]]
[match e with | A y -> y | B y -> B y] = [e]
* iota2_expr: optimization regarding nested matches arguments. Implemented
simplify the monadic encoding of catala