You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The command catala explain apl_locatif.catala_fr -s Exemple1 returns the error :
┌─[ERROR]─
│
│ Operator +$ applied to the wrong arguments (should not happen if the term was well-typed)
│
│ Operator (value +$):
├─➤ apl_locatif.catala_fr:116.22-116.23:
│ │
│ 116 │ loyer_éligible + montant_forfaitaire_charges_d823_16
│ │ ‾
├─ Code de la construction est de l'habitation
│ └─ Article D823-16
│
│ Argument n°1, value $239.48
├─➤ apl_locatif.catala_fr:775.16-775.23:
│ │
│ 775 │ -- Zone1 : 239,48€
│ │ ‾‾‾‾‾‾‾
├─ Arrêté du 27 septembre 2019 relatif au calcul des aides personnelles au logement et de la prime de déménagement
│ └─ Article 16
│
│ Argument n°2, value PersonneSeule ()
├─➤ apl_locatif.catala_fr:847.59-847.72:
│ │
│ 847 │ définition calcul.situation_familiale_calcul_apl égal à PersonneSeule
│ │ ‾‾‾‾‾‾‾‾‾‾‾‾‾
└─ Tests
Looks like there is a bug in the lazy evaluation...
The text was updated successfully, but these errors were encountered:
On this file : https://github.com/CatalaLang/catala-examples/blob/exemple_explication/exemple_explication/apl_locatif.catala_fr
The command
catala explain apl_locatif.catala_fr -s Exemple1
returns the error :Looks like there is a bug in the lazy evaluation...
The text was updated successfully, but these errors were encountered: