Iluvatar
Results
1
issues of
Iluvatar
When using list comprehensions that are both mapping and filtering, the generated code first does one then the other, leading to inconsistencies. Example: ``` A = [2, 2, 4, 4]...
Bug
Compiler